You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,12 +32,19 @@ the internet into geospatial raster files. Bounding boxes can be passed in both
32
32
33
33
## Installation
34
34
35
-
Python 3 only:
35
+
**Python 3 only**
36
36
37
+
[Latest released version](https://github.com/darribas/contextily/releases/tag/v0.99.0):
37
38
```sh
38
-
pip3 install contextily
39
+
pip3 install contextily# installs the latest released version (v0.99.0)
39
40
```
40
41
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)
0 commit comments