Skip to content

Commit

Permalink
updated installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Stolker committed Oct 31, 2019
1 parent 8392057 commit bc5f706
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ In that case, the dependencies can be installed from the PynPoint folder:
$ pip install -r requirements.txt
And to update the dependencies to the latest versions with which PynPoint is compatible:

.. code-block:: console
$ pip install --upgrade -r requirements.txt
By adding the path of the repository to the ``PYTHONPATH`` environment variable enables PynPoint to be imported from any location:

.. code-block:: console
Expand Down

0 comments on commit bc5f706

Please sign in to comment.