Skip to content

Commit

Permalink
Fix minor typo in shapely dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
IanLee1521 committed Oct 16, 2014
1 parent 08692e7 commit b0250ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -57,8 +57,8 @@ You can install all of the requirements for working with fastkml by using pip_::
.. note::

Shapely_ requires that libgeos be installed on your system. ``apt-get
install libgeos`` will install these requirements for you on Debian-based
systems.
install libgeos-dev`` will install these requirements for you on Debian-
based systems.


Documentation
Expand Down
4 changes: 2 additions & 2 deletions docs/installing.rst
Expand Up @@ -23,8 +23,8 @@ You can install all of the requirements for working with fastkml by using pip_::
.. note::

Shapely_ requires that libgeos be installed on your system. ``apt-get
install libgeos`` will install these requirements for you on Debian-based
systems.
install libgeos-dev`` will install these requirements for you on Debian-
based systems.

.. _lxml: https://pypi.python.org/pypi/lxml
.. _pip: https://pypi.python.org/pypi/pip
Expand Down

0 comments on commit b0250ed

Please sign in to comment.