@@ -23,7 +23,7 @@ Source code is included in the geos-3.3.3 directory.
23
23
24
24
* On linux, if your python was installed via a package management system, make
25
25
sure the corresponding "python-dev" package is also installed. Otherwise, you
26
- may not have the python header (Python.h), which is required to build python
26
+ may not have the python header (` Python.h ` ), which is required to build python
27
27
C extensions.
28
28
29
29
### Optional
@@ -37,15 +37,15 @@ PIL should work on Python 2.x. Pillow is a maintained fork of PIL.
37
37
38
38
## Copyright
39
39
40
- source code for the GEOS library is
41
- included in the ' geos-3.3.3' directory under the terms given in
40
+ Source code for the GEOS library is
41
+ included in the ` geos-3.3.3 ` directory under the terms given in
42
42
LICENSE_geos.
43
43
44
- the land-sea mask, coastline, lake, river and political boundary data are extracted
44
+ The land-sea mask, coastline, lake, river and political boundary data are extracted
45
45
from datasets provided with the [ Generic Mapping Tools (GMT)] ( http://gmt.soest.hawaii.edu )
46
46
and are included under the terms given in LICENSE_data.
47
47
48
- Everything else (including src/_ geos.c, and src/_ geos.pyx):
48
+ Everything else (including ` src/_geos.c ` , and ` src/_geos.pyx ` ):
49
49
50
50
copyright (c) 2011 by Jeffrey Whitaker.
51
51
@@ -66,7 +66,7 @@ PERFORMANCE OF THIS SOFTWARE.
66
66
67
67
see http://matplotlib.github.com/basemap/
68
68
69
- see scripts in ' examples' directory for example usage.
69
+ see scripts in ` examples ` directory for example usage.
70
70
71
71
read the FAQ and/or email the matplotlib-users mailing list if
72
72
you have problems or questions.
@@ -75,13 +75,13 @@ you have problems or questions.
75
75
76
76
0 . Install pre-requisite python modules numpy and matplotlib.
77
77
78
- 1 . Then download basemap-X.Y.Z.tar.gz (approx 100 mb) from
78
+ 1 . Then download ` basemap-X.Y.Z.tar.gz ` (approx 100 mb) from
79
79
the [ GitHub Releases] ( https://github.com/matplotlib/basemap/releases ) page, unpack and cd to basemap-X.Y.Z.
80
80
81
81
2 . Install the GEOS library. If you already have it on your
82
- system, just set the environment variable GEOS_DIR to point to the location
83
- of libgeos_c and geos_c.h (if libgeos_c is in /usr/local/lib and
84
- geos_c.h is in /usr/local/include, set GEOS_DIR to /usr/local).
82
+ system, just set the environment variable ` GEOS_DIR ` to point to the location
83
+ of libgeos_c and geos_c.h (if libgeos_c is in ` /usr/local/lib ` and
84
+ geos_c.h is in ` /usr/local/include ` , set GEOS_DIR to ` /usr/local ` ).
85
85
Then go to step (3). If you don't have it, you can build it from
86
86
the source code included with basemap by following these steps:
87
87
@@ -95,13 +95,13 @@ the source code included with basemap by following these steps:
95
95
```
96
96
97
97
3 . cd back to the top level basemap directory (basemap-X.Y.Z) and
98
- run the usual ' python setup.py install' . Check your installation
98
+ run the usual ` python setup.py install ` . Check your installation
99
99
by running "from mpl_toolkits.basemap import Basemap" at the python
100
100
prompt.
101
101
102
- 4 . To test, cd to the examples directory and run ' python simpletest.py' .
102
+ 4 . To test, cd to the examples directory and run ` python simpletest.py ` .
103
103
To run all the examples (except those that have extra dependencies
104
- or require an internet connection), execute ' python run_all.py' .
104
+ or require an internet connection), execute ` python run_all.py ` .
105
105
106
106
An alternative method is using ` pip ` :
107
107
0 commit comments