Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 625 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 625 Bytes

Web Application

Remake of Project 1 - Web Application https://nedasadamavicius.pythonanywhere.com

Running the project

To run current (or any) version of this project, first create and activate a virtual Python environment.

Creating a virtual environment

python -m venv .[venv name]

Activating the virtual environment

Windows:

.[venv name]\Scripts\activate

Unix or MacOS:

source .[venv name]/bin/activate

Dependencies

After creating and activating the virtual environment, you have to install the required packages, running:

pip install -r dependencies.txt