Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 549 Bytes

File metadata and controls

29 lines (19 loc) · 549 Bytes

Python Restaurant

Sample Python application for the Atlanta Python Geeks of Reddit.

Building

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.

  1. mkvirtualenv restaurant
  2. workon restaurant
  3. pip install -r requirements.txt

Running

Coming Soon

Running Unit Tests

To run unit tests:

export PYTHONPATH=.
py.test