@@ -10,23 +10,24 @@ 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 <https ://matplotlib.org/users/installing.html >`__)
17
17
18
- Python 2.6 (or later, including Python 3)
19
- Matplotlib requires Python 3.5 or later (`download <http://www.python.org/download/ >`__)
18
+ Python 2.6 (or later, including Python 3) (`download <http://www.python.org/download/ >`__)
19
+ Matplotlib 2.2 LTS requires Python 2.7 or later
20
+ Matplotlib 3.0 requires Python 3.5 or later
20
21
21
22
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
+ Array support for Python (`download <http://www.numpy.org/ >`__)
23
24
24
25
`PROJ4 <https://trac.osgeo.org/proj/ >`__ Cartographic Projections Library.
25
26
26
27
**Required library that ships with Basemap **
27
28
28
29
`GEOS <http://trac.osgeo.org/geos/ >`__ (Geometry Engine - Open Source) library 3.1.1 or later.
29
- Source code is included in the geos-3.3.3 directory.
30
+ Source code is included in the geos-3.3.3 directory.
30
31
When building from source, must be built and installed separately
31
32
from basemap (see build instructions below).
32
33
Included in Windows binary installers.
40
41
Installation
41
42
============
42
43
43
- Download either Windows binary installers or source tarballs
44
- `here <https://github.com/matplotlib/basemap/releases/ >`__.
44
+ Download either Windows binary installers or source tarballs
45
+ `here <https://github.com/matplotlib/basemap/releases/ >`__.
45
46
46
47
To install from the source, follow these steps:
47
48
@@ -52,7 +53,7 @@ To install from the source, follow these steps:
52
53
and cd to the basemap-X.Y.Z directory.
53
54
54
55
* Install the GEOS library. If you already have it on your
55
- system, just set the environment variable GEOS_DIR to point to the location
56
+ system, just set the environment variable GEOS_DIR to point to the location
56
57
of libgeos_c and geos_c.h (if libgeos_c is in /usr/local/lib and
57
58
geos_c.h is in /usr/local/include, set GEOS_DIR to /usr/local).
58
59
Then go to next step. If you don't have it, you can build it from
@@ -62,7 +63,7 @@ To install from the source, follow these steps:
62
63
export GEOS_DIR=<where you want the libs and headers to go>
63
64
# A reasonable choice on a Unix-like system is /usr/local, or
64
65
# if you don't have permission to write there, your home directory.
65
- ./configure --prefix=$GEOS_DIR
66
+ ./configure --prefix=$GEOS_DIR
66
67
make; make install
67
68
68
69
* cd back to the top level basemap directory (basemap-X.Y.Z) and
0 commit comments