From d00bfba27c7d063cd14bf3a87c5a0862e5863f50 Mon Sep 17 00:00:00 2001 From: Richard Meadows Date: Mon, 13 Apr 2015 11:47:27 +0100 Subject: [PATCH] Update README for pyclipper, pyproj --- sim/geofence/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sim/geofence/README.md b/sim/geofence/README.md index e6df5d7..26df431 100644 --- a/sim/geofence/README.md +++ b/sim/geofence/README.md @@ -6,8 +6,9 @@ this. This notebook is also used to calculate the deviation values. ## Prerequisites ``` -sudo apt-get install ipython libblas-dev liblapack-dev gfortran +sudo apt-get install ipython libblas-dev liblapack-dev gfortran python-pyproj sudo pip install scipy matplotlib +sudo pip install --pre pyclipper ``` We use basemap for map plotting. This was a fun install