- In the repository setup the virtual environment:
python3 -m venv venv
- Activate the environment.
On Unix like systems:
. venv/bin/activate
On Windows systems:
venv\Scripts\activate.bat
- Install the dependencies:
pip install -r requirements.txt
First activate the environment see above. Then launch flask.
flask run
Finally head over to localhost:5000 for testing!
First access environment set up above. Then use flask command.
flask add-demo-data
Trello Link: https://trello.com/b/3WR31e16/icompute-therac-35