Skip to content

Commit

Permalink
Extend installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
uvchik committed Dec 12, 2019
1 parent ecdf901 commit c471bee
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ Go to the `download page <http://readthedocs.org/projects/deflex/downloads/>`_ t
Installation
============

On a Linux Debian system you can use the following command to solve all
requirements beforehand.

.. code-block::
sudo apt-get install python3-dev proj-bin libproj-dev libgeos-dev python3-tk libspatialindex-dev virtualenv
If you have a working Python 3 environment, use pypi to install the latest deflex version:

::
Expand Down
7 changes: 7 additions & 0 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ Go to the `download page <http://readthedocs.org/projects/deflex/downloads/>`_ t
Installation
============

On a Linux Debian system you can use the following command to solve all
requirements beforehand.

.. code-block::
sudo apt-get install python3-dev proj-bin libproj-dev libgeos-dev python3-tk libspatialindex-dev virtualenv
If you have a working Python 3 environment, use pypi to install the latest deflex version:

::
Expand Down

0 comments on commit c471bee

Please sign in to comment.