Skip to content

Commit

Permalink
Add information about installing Shapely's dependency on GEOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
zerebubuth committed Mar 21, 2016
1 parent 75510d3 commit 77c7a35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -13,6 +13,8 @@ mapbox-vector-tile is compatible with Python 2.6, 2.7 and 3.5. It is listed on P
pip install mapbox-vector-tile
```

Note that `mapbox-vector-tile` depends on [Shapely](https://pypi.python.org/pypi/Shapely), a Python library for computational geometry which requires a library called [GEOS](https://trac.osgeo.org/geos/). Please see [Shapely's instructions](https://pypi.python.org/pypi/Shapely#installing-shapely) for information on how to install its prerequisites.

Encoding
--------

Expand Down

0 comments on commit 77c7a35

Please sign in to comment.