Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 491 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 491 Bytes

2019-Team-5

Steps to run locally

  1. Navigate to local directory where the project is cloned into (i.e., C:/MAMP/htdocs/2019-Team-5)
  2. Pull from origin
  3. 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
  1. 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