From: <js...@us...> - 2008-01-12 00:00:30
|
Revision: 4862 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4862&view=rev Author: jswhit Date: 2008-01-11 16:00:22 -0800 (Fri, 11 Jan 2008) Log Message: ----------- update install instructions. Modified Paths: -------------- trunk/toolkits/basemap/README Modified: trunk/toolkits/basemap/README =================================================================== --- trunk/toolkits/basemap/README 2008-01-11 23:59:04 UTC (rev 4861) +++ trunk/toolkits/basemap/README 2008-01-12 00:00:22 UTC (rev 4862) @@ -89,19 +89,9 @@ run the usual 'python setup.py install'. 4) To test, cd to the examples directory and run 'python simpletest.py'. -On linux, if you get an import error (with a message about not -finding libgeos.so) you may need to set the LD_LIBRARY_PATH environment -to include $GEOS_DIR/lib. To run all the examples (except those that -have extra dependenices or require an internet connection), execute -'python run_all.py'. +To run all the examples (except those that have extra dependencies +or require an internet connection), execute 'python run_all.py'. -5) if you want the full-resolution coastlines, download -basemap-data-fullres-X.Y.Z.tar.gz (about 70 mb), untar -it, cd into basemap-data-fullres-X.Y.Z and -run 'python setup-data.py install'. The fullres dataset does not -change with every basemap release, so you may need to look back -a couple of releases on the download page to find it. - **Contact** Jeff Whitaker <jef...@no...> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |