- Navigate to local directory where the project is cloned into (i.e., C:/MAMP/htdocs/2019-Team-5)
- Pull from origin
- Install dependencies using the following command:
pip install -r requirements.txt
- Note if you are using Python3 you may need to use
pip3 install -r requirements.txt
- Serve app locally from command line using the following command:
python app.py
- Note if you are using Python3 you may need to use:
python3 app.py