From f4d7337266c4f43c8ee03f0b7018dc47b8c02a46 Mon Sep 17 00:00:00 2001 From: mtmail Date: Mon, 2 Mar 2015 23:57:41 +0100 Subject: [PATCH] Update README.md Added missing `shapely` library and instructions how to install `pip` on Ubuntu --- tests/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index 0e4c269b..1b1663c3 100644 --- a/tests/README.md +++ b/tests/README.md @@ -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