]> gitweb.michael.orlitzky.com - dead/census-tools.git/blob - lib/README
61bb6f02654b8ff32ce279f7a6a2620eeab6a842
[dead/census-tools.git] / lib / README
1 Third-party libraries are stored here. Currently, Shapely is the only
2 one we're using which isn't available through package managers.
3
4 Shapely should be downloaded and extracted:
5
6 wget http://pypi.python.org/packages/source/S/Shapely/Shapely-1.0.14.tar.gz
7 tar -xvzf Shapely-1.0.14.tar.gz
8 mv Shapely-1.0.14 Shapely
9 rm Shapely-1.0.14.tar.gz
10
11 This will probably be handled by the makefile.