Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
darribas committed May 14, 2020
1 parent cc97f2b commit 9a8b652
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `contextily`: context geo tiles in Python

`contextily` is a small Python 3 package to retrieve tile maps from the
`contextily` is a small Python 3 (3.6 and above) package to retrieve tile maps from the
internet. It can add those tiles as basemap to matplotlib figures or write tile
maps to disk into geospatial raster files. Bounding boxes can be passed in both
WGS84 (`EPSG:4326`) and Spheric Mercator (`EPSG:3857`). See the notebook
Expand Down Expand Up @@ -32,7 +32,7 @@ package. This includes some popular tile maps, such as:

## Installation

**Python 3 only**
**Python 3 only** (3.6 and above)

[Latest released version](https://github.com/geopandas/contextily/releases/), using pip:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: Implementation :: CPython",
],
python_requires=">=3.5",
python_requires=">=3.6",
install_requires=install_requires,
zip_safe=False,
)

0 comments on commit 9a8b652

Please sign in to comment.