-
clone this repo
-
Install Python
-
Install Pip ( Python 3.4 and Python 2.7.9 ship with Pip)
To test that Pip is installed open a command prompt and try:
pip help
- Install virtualenv:
pip install virtualenv
- Install virtualenvwrapper-win:
pip install virtualenvwrapper-win
- Make a Virtual Environemt:
mkvirtualenv csense-flask
- Go inside project root folder from command-prompt and install all the necessary packages
pip install -r requirements.txt
- run the app
python app.py
- check out at