Skip to content

Commit 3e48cf9

Browse files
richarddunksdarribas
authored andcommitted
added instructions to install the release candidate (#105)
Excellent! Thanks very much @datapolitan!
1 parent a2ab3d7 commit 3e48cf9

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,19 @@ the internet into geospatial raster files. Bounding boxes can be passed in both
3232

3333
## Installation
3434

35-
Python 3 only:
35+
**Python 3 only**
3636

37+
[Latest released version](https://github.com/darribas/contextily/releases/tag/v0.99.0):
3738
```sh
38-
pip3 install contextily
39+
pip3 install contextily # installs the latest released version (v0.99.0)
3940
```
4041

42+
Latest [release candidate](https://github.com/darribas/contextily/releases/tag/v1.0rc2) (includes functionality such as `add_basemap` coming in version 1.0:
43+
```sh
44+
pip3 install contextily==1.0rc2 # installs the latest release candidate (v1.0rc2)
45+
```
46+
47+
4148
## Contributors
4249

4350
* [Dani Arribas-Bel](http://darribas.org/) ([`@darribas`](http://twitter.com/darribas))

0 commit comments

Comments
 (0)