/pysheeet

Python Cheatsheet

Primary LanguagePythonMIT LicenseMIT

Development Status

image

Requirements Status

How to run the server

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

# URL: localhost:5000