-
Install pyenv and pyenv-virtualenv
-
Clone the project, setup pyenv, virtualenv and install dependencies:
git clone git@github.com:bloggerheaven/bhwi_proxy.git
cd bhwi-proxy
pyenv install 3.4.3
pyenv virtualenv 3.4.3 bhwi_proxy-3.4.3
pip install -r requirements.txt
pyenv rehash- Prepare for development
cp local_server.example.sh local_server.sh # and adjust config for local_server.sh
chmod +x ./local_server.sh # make it executable./local_server.sh