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