Skip to content

Commit 746ecd4

Browse files
committed
Update README links
1 parent 45b9c3c commit 746ecd4

File tree

3 files changed

+25
-10
lines changed

3 files changed

+25
-10
lines changed

packages/basemap/README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ This package depends on the support package [`basemap-data`] with the
77
basic [`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

1225
The library is licensed under the terms of the [MIT] license (see
@@ -23,13 +36,15 @@ https://matplotlib.org/basemap/
2336
https://pypi.org/project/basemap-data
2437
[`basemap-data-hires`]:
2538
https://pypi.org/project/basemap-data-hires
39+
[`pip`]:
40+
https://pip.pypa.io/
2641

2742
[LGPLv2.1]:
2843
https://spdx.org/licenses/LGPL-2.1-only.html
2944
[MIT]:
3045
https://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

packages/basemap_data/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,18 @@ https://pip.pypa.io/
3535
[GSHHG]:
3636
https://www.soest.hawaii.edu/pwessel/gshhg
3737
[GMT]:
38-
http://gmt.soest.hawaii.edu
38+
https://www.generic-mapping-tools.org/
3939

4040
[LGPLv3+]:
4141
https://spdx.org/licenses/LGPL-3.0-or-later.html
4242
[MIT]:
4343
https://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

packages/basemap_data_hires/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ https://pip.pypa.io/
3131
[GSHHG]:
3232
https://www.soest.hawaii.edu/pwessel/gshhg
3333
[GMT]:
34-
http://gmt.soest.hawaii.edu
34+
https://www.generic-mapping-tools.org/
3535

3636
[LGPLv3+]:
3737
https://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

0 commit comments

Comments
 (0)