X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=lib%2FREADME;h=61bb6f02654b8ff32ce279f7a6a2620eeab6a842;hb=39329a27446673a022c7b0525af916ad94fa70e6;hp=7149482cf78112ae6620e6c691c024e7610a1d33;hpb=ac32d9ecd4b797379528b5cb901003ba34d8f1c1;p=dead%2Fcensus-tools.git diff --git a/lib/README b/lib/README index 7149482..61bb6f0 100644 --- a/lib/README +++ b/lib/README @@ -1,8 +1,11 @@ Third-party libraries are stored here. Currently, Shapely is the only one we're using which isn't available through package managers. -Shapely should be pulled from Subversion: - - svn co http://svn.gispython.org/svn/gispy/Shapely/trunk Shapely +Shapely should be downloaded and extracted: + wget http://pypi.python.org/packages/source/S/Shapely/Shapely-1.0.14.tar.gz + tar -xvzf Shapely-1.0.14.tar.gz + mv Shapely-1.0.14 Shapely + rm Shapely-1.0.14.tar.gz + This will probably be handled by the makefile.