Sample Python application for the Atlanta Python Geeks of Reddit.
These instructions assume that Python 2.7 is installed, along with pip
, virtualenv
,
and virtualenvwrapper
. The latter two are optional, but allow installing dependencies
without impact the system as a whole.
mkvirtualenv restaurant
workon restaurant
pip install -r requirements.txt
Coming Soon
To run unit tests:
export PYTHONPATH=.
py.test