]> gitweb.michael.orlitzky.com - dead/census-tools.git/blobdiff - lib/README
Changed my mind about using the SVN version of Shapely. Now using v1.0.14.
[dead/census-tools.git] / lib / README
index 7149482cf78112ae6620e6c691c024e7610a1d33..61bb6f02654b8ff32ce279f7a6a2620eeab6a842 100644 (file)
@@ -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.