Updated Ubuntu setup script to support rtree. Removed defaults.json and recent.json from the main dir.

This commit is contained in:
Juan Pablo Caram
2014-12-12 13:04:01 -05:00
parent f68cffcfb2
commit ac667682b3
7 changed files with 47 additions and 20 deletions

View File

@@ -12,3 +12,5 @@ easy_install -U distribute
apt-get install python-pip
pip install --upgrade matplotlib
pip install --upgrade Shapely
apt-get install libspatialindex-dev
pip install rtree