@@ -23,7 +23,7 @@ Source code is included in the geos-3.3.3 directory.
2323
2424* On linux, if your python was installed via a package management system, make
2525sure 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
2727C extensions.
2828
2929### Optional
@@ -37,15 +37,15 @@ PIL should work on Python 2.x. Pillow is a maintained fork of PIL.
3737
3838## Copyright
3939
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
4242LICENSE_geos.
4343
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
4545from datasets provided with the [ Generic Mapping Tools (GMT)] ( http://gmt.soest.hawaii.edu )
4646and are included under the terms given in LICENSE_data.
4747
48- Everything else (including src/_ geos.c, and src/_ geos.pyx):
48+ Everything else (including ` src/_geos.c ` , and ` src/_geos.pyx ` ):
4949
5050copyright (c) 2011 by Jeffrey Whitaker.
5151
@@ -66,7 +66,7 @@ PERFORMANCE OF THIS SOFTWARE.
6666
6767see http://matplotlib.github.com/basemap/
6868
69- see scripts in ' examples' directory for example usage.
69+ see scripts in ` examples ` directory for example usage.
7070
7171read the FAQ and/or email the matplotlib-users mailing list if
7272you have problems or questions.
@@ -75,13 +75,13 @@ you have problems or questions.
7575
76760 . Install pre-requisite python modules numpy and matplotlib.
7777
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
7979the [ GitHub Releases] ( https://github.com/matplotlib/basemap/releases ) page, unpack and cd to basemap-X.Y.Z.
8080
81812 . 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 ` ).
8585Then go to step (3). If you don't have it, you can build it from
8686the source code included with basemap by following these steps:
8787
@@ -95,13 +95,13 @@ the source code included with basemap by following these steps:
9595 ```
9696
97973 . 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
9999by running "from mpl_toolkits.basemap import Basemap" at the python
100100prompt.
101101
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 ` .
103103To 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 ` .
105105
106106An alternative method is using ` pip ` :
107107
0 commit comments