File tree Expand file tree Collapse file tree 3 files changed +25
-10
lines changed
Expand file tree Collapse file tree 3 files changed +25
-10
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,19 @@ This package depends on the support package [`basemap-data`] with the
77basic [ ` basemap ` ] data assets, and optionally on the support package
88[ ` basemap-data-hires ` ] with high-resolution data assets.
99
10+ ## Installation
11+
12+ Precompiled binary wheels for Windows and GNU/Linux are available in
13+ PyPI (architectures x86 and x64, Python 2.7 and 3.5+) and can be
14+ installed with [ ` pip ` ] :
15+ ``` sh
16+ python -m pip install basemap
17+ ```
18+
19+ If you need to install from source, please visit the
20+ [ GitHub repository] ( https://github.com/matplotlib/basemap ) for a
21+ step-by-step description.
22+
1023## License
1124
1225The library is licensed under the terms of the [ MIT] license (see
@@ -23,13 +36,15 @@ https://matplotlib.org/basemap/
2336https://pypi.org/project/basemap-data
2437[ ` basemap-data-hires ` ] :
2538https://pypi.org/project/basemap-data-hires
39+ [ ` pip ` ] :
40+ https://pip.pypa.io/
2641
2742[ LGPLv2.1] :
2843https://spdx.org/licenses/LGPL-2.1-only.html
2944[ MIT] :
3045https://spdx.org/licenses/MIT.html
3146
3247[ ` LICENSE ` ] :
33- https://github.com/matplotlib/basemap/blob/develop /packages/basemap/LICENSE
48+ https://github.com/matplotlib/basemap/blob/v1.3.0rc1 /packages/basemap/LICENSE
3449[ ` LICENSE.geos ` ] :
35- https://github.com/matplotlib/basemap/blob/develop /packages/basemap/LICENSE.geos
50+ https://github.com/matplotlib/basemap/blob/v1.3.0rc1 /packages/basemap/LICENSE.geos
Original file line number Diff line number Diff line change @@ -35,18 +35,18 @@ https://pip.pypa.io/
3535[ GSHHG] :
3636https://www.soest.hawaii.edu/pwessel/gshhg
3737[ GMT] :
38- http ://gmt.soest.hawaii.edu
38+ https ://www.generic-mapping-tools.org/
3939
4040[ LGPLv3+] :
4141https://spdx.org/licenses/LGPL-3.0-or-later.html
4242[ MIT] :
4343https://spdx.org/licenses/MIT.html
4444
4545[ ` COPYING ` ] :
46- https://github.com/matplotlib/basemap/blob/develop /packages/basemap_data/COPYING
46+ https://github.com/matplotlib/basemap/blob/v1.3.0rc1 /packages/basemap_data/COPYING
4747[ ` COPYING.LESSER ` ] :
48- https://github.com/matplotlib/basemap/blob/develop /packages/basemap_data_hires /COPYING.LESSER
48+ https://github.com/matplotlib/basemap/blob/v1.3.0rc1 /packages/basemap_data /COPYING.LESSER
4949[ ` LICENSE.epsg ` ] :
50- https://github.com/matplotlib/basemap/blob/develop /packages/basemap_data/LICENSE.epsg
50+ https://github.com/matplotlib/basemap/blob/v1.3.0rc1 /packages/basemap_data/LICENSE.epsg
5151[ ` LICENSE.mit ` ] :
52- https://github.com/matplotlib/basemap/blob/develop /packages/basemap_data/LICENSE.mit
52+ https://github.com/matplotlib/basemap/blob/v1.3.0rc1 /packages/basemap_data/LICENSE.mit
Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ https://pip.pypa.io/
3131[ GSHHG] :
3232https://www.soest.hawaii.edu/pwessel/gshhg
3333[ GMT] :
34- http ://gmt.soest.hawaii.edu
34+ https ://www.generic-mapping-tools.org/
3535
3636[ LGPLv3+] :
3737https://spdx.org/licenses/LGPL-3.0-or-later.html
3838[ ` COPYING ` ] :
39- https://github.com/matplotlib/basemap/blob/develop /packages/basemap_data_hires/COPYING
39+ https://github.com/matplotlib/basemap/blob/v1.3.0rc1 /packages/basemap_data_hires/COPYING
4040[ ` COPYING.LESSER ` ] :
41- https://github.com/matplotlib/basemap/blob/develop /packages/basemap_data_hires/COPYING.LESSER
41+ https://github.com/matplotlib/basemap/blob/v1.3.0rc1 /packages/basemap_data_hires/COPYING.LESSER
You can’t perform that action at this time.
0 commit comments