How to clone the project
- create a virtual environment
virtualenv -p python3 postsapp- go inside the virtualenv and activate it
cd postsapp
source bin/activate- clone the code from github
git clone https://github.com/dithua/WIS-2017.git- go to app folder and install the dependencies
cd WIS-2017
pip install -r requirements.txt