Skip to content

ratlanta-python/restaurant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sample Project for the Atlanta Python Geeks of Reddit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages