Skip to content
Lucas Layman edited this page Feb 24, 2020 · 4 revisions
Environment Preparation:

Windows:
1) Navigate to the "crywolf" directory
2) type "virtualenv venv" into the cmd line -- create python virtual environment
3) type "venv\Scripts\activate" -- activates the virtual environment
4) type "pip install flask" -- installs flask into the virtual environment
  
To start the local server: 
1) Ensure that virtual environment has been created and that flask has been installed
2) Navigate to the "crywolf" directory
3) python crywolf.py
python manage.py dropdb
python manage.py initdb
python testingSetup.py
Clone this wiki locally