- Install
virtualenv:
pip install virtualenv
- Open a terminal in the project root directory and run:
virtualenv venv
- Then run the command:
.\venv\Scripts\activate
- Then install the dependencies:
pip install -r requirements.txt
- Finally start the web server:
python app.py