- Python 2.7
- Bower
- pip (python package manager)
- Google App Engine SDK
-
From the project root directory run the command:
pip install -t lib -r requirements.txt
-
cd into the /static directory run the command:
bower init
-
Create a new file in the root directory. Name it key.json
{ "secret_key" : "put your secret key here" }