Commit 08692e7e authored by Ian Lee's avatar Ian Lee

Add more details to installation documentation about getting the development tools.

parent eae5eef2
......@@ -50,7 +50,7 @@ Optional
* lxml_
* shapely_
You can install all of the requirements for working with fastkml by using pip_:
You can install all of the requirements for working with fastkml by using pip_::
pip install -r requirements.txt
......
......@@ -16,4 +16,16 @@ Install it with ``pip install fastkml`` or ``easy_install fastkml``.
If you use it extensively or need to process big kml files consider
installing lxml_ as it speeds up processing.
You can install all of the requirements for working with fastkml by using pip_::
pip install -r requirements.txt
.. note::
Shapely_ requires that libgeos be installed on your system. ``apt-get
install libgeos`` will install these requirements for you on Debian-based
systems.
.. _lxml: https://pypi.python.org/pypi/lxml
.. _pip: https://pypi.python.org/pypi/pip
.. _shapely: http://pypi.python.org/pypi/Shapely
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment