-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Dražen Odobašić edited this page Apr 8, 2014
·
21 revisions
add-apt-repository ppa:ubuntugis/ubuntugis-unstable
apt-get install git tig gdal-bin libgdal-dev python-dev python-virtualenv build-essential libyaml-dev libspatialindex-dev
- clone git repository
- initialize python virtual environment
- manually install packages (do not use pip install -r pip-requires.txt)
pip install Shapely==1.3.0 Rtree==0.7.0 PyYAML==3.11
- ubuntu specific fix to install GDAL in the virtual_env
- as **