Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 354 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 354 Bytes

fivesquare

simple service similar to foursquare

Create a virtual environment with Python 3.x

(pyvenv)$ cd fivesquare

(pyvenv)$ python setup.py develop

(pyvenv)$ cd app001

If all goes well, it should look like this:

(pyvenv)$ python testrun.py

..

Ran 4 tests in 0.153s

OK