@@ -20,7 +20,7 @@ Source code is included in the geos-3.3.3 directory.
2020
2121* On linux, if your python was installed via a package management system, make
2222sure the corresponding "python-dev" package is also installed. Otherwise, you
23- may not have the python header (Python.h), which is required to build python
23+ may not have the python header (` Python.h ` ), which is required to build python
2424C extensions.
2525
2626### Optional
@@ -34,15 +34,15 @@ PIL should work on Python 2.x. Pillow is a maintained fork of PIL.
3434
3535## Copyright
3636
37- source code for the GEOS library is
38- included in the ' geos-3.3.3' directory under the terms given in
37+ Source code for the GEOS library is
38+ included in the ` geos-3.3.3 ` directory under the terms given in
3939LICENSE_geos.
4040
41- the land-sea mask, coastline, lake, river and political boundary data are extracted
41+ The land-sea mask, coastline, lake, river and political boundary data are extracted
4242from datasets provided with the [ Generic Mapping Tools (GMT)] ( http://gmt.soest.hawaii.edu )
4343and are included under the terms given in LICENSE_data.
4444
45- Everything else (including src/_ geos.c, and src/_ geos.pyx):
45+ Everything else (including ` src/_geos.c ` , and ` src/_geos.pyx ` ):
4646
4747copyright (c) 2011 by Jeffrey Whitaker.
4848
@@ -63,7 +63,7 @@ PERFORMANCE OF THIS SOFTWARE.
6363
6464see http://matplotlib.github.com/basemap/
6565
66- see scripts in ' examples' directory for example usage.
66+ see scripts in ` examples ` directory for example usage.
6767
6868read the FAQ and/or email the matplotlib-users mailing list if
6969you have problems or questions.
@@ -72,13 +72,13 @@ you have problems or questions.
7272
73730 . Install pre-requisite python modules numpy and matplotlib.
7474
75- 1 . Then download basemap-X.Y.Z.tar.gz (approx 100 mb) from
75+ 1 . Then download ` basemap-X.Y.Z.tar.gz ` (approx 100 mb) from
7676the [ GitHub Releases] ( https://github.com/matplotlib/basemap/releases ) page, unpack and cd to basemap-X.Y.Z.
7777
78782 . Install the GEOS library. If you already have it on your
79- system, just set the environment variable GEOS_DIR to point to the location
80- of libgeos_c and geos_c.h (if libgeos_c is in /usr/local/lib and
81- geos_c.h is in /usr/local/include, set GEOS_DIR to /usr/local).
79+ system, just set the environment variable ` GEOS_DIR ` to point to the location
80+ of libgeos_c and geos_c.h (if libgeos_c is in ` /usr/local/lib ` and
81+ geos_c.h is in ` /usr/local/include ` , set GEOS_DIR to ` /usr/local ` ).
8282Then go to step (3). If you don't have it, you can build it from
8383the source code included with basemap by following these steps:
8484
@@ -92,13 +92,13 @@ the source code included with basemap by following these steps:
9292 ```
9393
94943 . cd back to the top level basemap directory (basemap-X.Y.Z) and
95- run the usual ' python setup.py install' . Check your installation
95+ run the usual ` python setup.py install ` . Check your installation
9696by running "from mpl_toolkits.basemap import Basemap" at the python
9797prompt.
9898
99- 4 . To test, cd to the examples directory and run ' python simpletest.py' .
99+ 4 . To test, cd to the examples directory and run ` python simpletest.py ` .
100100To run all the examples (except those that have extra dependencies
101- or require an internet connection), execute ' python run_all.py' .
101+ or require an internet connection), execute ` python run_all.py ` .
102102
103103## Contact
104104
0 commit comments