|
From: <js...@us...> - 2008-12-22 19:42:53
|
Revision: 6693
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6693&view=rev
Author: jswhit
Date: 2008-12-22 19:42:46 +0000 (Mon, 22 Dec 2008)
Log Message:
-----------
update install instructions.
Modified Paths:
--------------
trunk/toolkits/basemap/doc/users/installing.rst
Modified: trunk/toolkits/basemap/doc/users/installing.rst
===================================================================
--- trunk/toolkits/basemap/doc/users/installing.rst 2008-12-22 16:50:12 UTC (rev 6692)
+++ trunk/toolkits/basemap/doc/users/installing.rst 2008-12-22 19:42:46 UTC (rev 6693)
@@ -33,12 +33,12 @@
Patched version automatically built into basemap.
`pyshapelib <http://intevation.de/pipermail/thuban-devel/2004-May/000184.html>`__
- C library with python interface for reading ESRI shapefiles (automatically
- built and installed with basemap).
+ C library with python interface for reading ESRI shapefiles.
+ If not present, will be installed with basemap.
`pupnyere <http://pypi.python.org/pypi/pupynere/>`__
Pure python `netCDF <http://www.unidata.ucar.edu/software/netcdf/>`__
- interface automatically installed with basemap.
+ patched version automatically installed with basemap.
`pydap <http://code.google.com/p/pydap>`__
Pure python `OPeNDAP <http://opendap.org>`__ implementation.
@@ -87,11 +87,11 @@
by running ``from mpl_toolkits.basemap import Basemap`` at the python
prompt.
- Basemap includes two auxilliary packages, pydap and httplib2.
+ Basemap includes three auxilliary packages, pydap, pyshapelib httplib2.
By default, setup.py checks to
see if these are already installed, and if so does not try to overwrite
- them. If you get import errors related to either of these two packages,
- edit setup.cfg and set pydap and/or httplib2 to True to force
+ them. If you get import errors related to any of these packages,
+ edit setup.cfg and set the appropriate entry to True to force
installation of the included versions.
* To test, cd to the examples directory and run ``python simpletest.py``.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|