/pysheeet

Python Cheatsheet

Primary LanguagePython

Development Status

https://travis-ci.org/crazyguitar/pysheeet.svg?branch=master

How to run the server

$ virtualenv venv
$ . venv/bin/activate
$ pip install -r requirements.txt
$ make
$ python app.py

# URL: localhost:5000