proto0 link: 159.89.230.164
To run this project, you will need python 2.7 and Flask.
- Clone the repository
$ git clone https://github.com/kionkina/pish_posh.git ~/pish_posh
- Install
Flask(We recommend using a python virtual environment.)
Click here for instructions to install virtualenv, and here for instructions to create a virtual environment.
Activate your virtual environment with:
$ . <name of virtualenv>/bin/activate
Install Flask.
$ pip install flask
- Launch
$ python ~/pish_posh/pish_posh/__init__.py
Navigate to localhost:5000 in a browser and enjoy!