- cd into backend
- run
source ./env/bin/activate - IF THIS IS THE FIRST TIME you're running the flask app, make sure you do a
pip install -r requirements.txt. - Otherwise, you're good to go.
If the step doesn't work, make sure you've got virtualenv installed: pip install virtualenv.
- cd into backend
- Make sure you activated virtual env (see above!)
- run
pip freeze > requirements.txt - That's all