-
Notifications
You must be signed in to change notification settings - Fork 49
Setup backend environment
Anna Bauza edited this page Aug 9, 2020
·
2 revisions
Please make a virtual environment and run the following commands.
virtualenv venv --python=python3
source ./venv/bin/activate
pip3 install -r requirements.txt
After this, execute:
python run.py
or
python3 run.py