Update README.md

Added missing `shapely` library and instructions how to install `pip` on Ubuntu
This commit is contained in:
mtmail
2015-03-02 23:57:41 +01:00
parent 7ed580f1d5
commit f4d7337266

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
# 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
[sudo] pip install lettuce nose pytidylib haversine psycopg2 shapely
* run the tests