Merge pull request #250 from mtmail/patch-1

Update README.md
This commit is contained in:
Sarah Hoffmann 2015-03-03 19:55:33 +01:00
commit 6dcdf34fda

View File

@ -15,13 +15,17 @@ Prerequisites
* nose (https://nose.readthedocs.org)
* pytidylib (http://countergram.com/open-source/pytidylib)
* haversine (https://github.com/mapado/haversine)
* shapely (https://github.com/Toblerity/Shapely)
Usage
=====
* get prerequisites
[sudo] pip install lettuce nose pytidylib haversine psycopg2
# on a fresh Ubuntu LTS 14.04 you'll also need these system-wide packages
[sudo] apt-get install python-dev python-pip python-Levenshtein tidy
[sudo] pip install lettuce nose pytidylib haversine psycopg2 shapely
* run the tests