@@ -10,20 +10,20 @@ Dependencies
10
10
**Requirements **
11
11
12
12
These are external packages which you will need to install before
13
- installing basemap .
13
+ installing Basemap .
14
14
15
15
16
- matplotlib 1.0.0 (or later, `download <http://sf.net/projects/matplotlib/ >`__)
16
+ Matplotlib 1.0.0 (or later, `download <http://sf.net/projects/matplotlib/ >`__)
17
17
18
18
Python 2.6 (or later, including Python 3)
19
- matplotlib requires python 3.5 or later (`download <http://www.python.org/download/ >`__)
19
+ Matplotlib requires Python 3.5 or later (`download <http://www.python.org/download/ >`__)
20
20
21
- numpy 1.2.1 (or later)
22
- array support for python (`download <http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=175103 >`__)
21
+ NumPy 1.2.1 (or later)
22
+ Array support for Python (`download <http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=175103 >`__)
23
23
24
24
`PROJ4 <https://trac.osgeo.org/proj/ >`__ Cartographic Projections Library.
25
25
26
- **Required library that ships with basemap **
26
+ **Required library that ships with Basemap **
27
27
28
28
`GEOS <http://trac.osgeo.org/geos/ >`__ (Geometry Engine - Open Source) library 3.1.1 or later.
29
29
Source code is included in the geos-3.3.3 directory.
@@ -67,7 +67,7 @@ To install from the source, follow these steps:
67
67
68
68
* cd back to the top level basemap directory (basemap-X.Y.Z) and
69
69
run the usual ``python setup.py install ``. Check your installation
70
- by running ``from mpl_toolkits.basemap import Basemap `` at the python
70
+ by running ``from mpl_toolkits.basemap import Basemap `` at the Python
71
71
prompt.
72
72
73
73
* To test, cd to the examples directory and run ``python simpletest.py ``.
0 commit comments