Skip to content

Commit

Permalink
Merge pull request #118 from openearth/dev
Browse files Browse the repository at this point in the history
last bits and pieces
  • Loading branch information
JannisHoch committed Jul 17, 2020
2 parents 940a7e6 + 82f9e89 commit fb2e73a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions doc/requirements.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. requirements:
.. _requirements:

*******************************
GLOFRIM requirements and set-up
Expand All @@ -7,9 +7,6 @@ GLOFRIM requirements and set-up
.. note::
GLOFRIM is available for Python 3.x on GitHub. The v2.0 release on Zenodo is still based on Python 2.7 though!

.. warning::
Note that GLOFRIM is not Windows-compatible! Work-arounds via for instance mingw32 are possible.

To install and run GLOFRIM on your Linux machine, several python packages are required.
For convenience, we recommend to set up GLOFRIM within its own python environment.
You can do so using `conda environments <https://conda.io/docs/user-guide/tasks/manage-environments.html#creating-an-environment-from-an-environment-yml-file>`_
Expand All @@ -20,7 +17,7 @@ This should also install the required python BMI-wrapper for you.
.. code-block:: console
conda env create -f environment.yml
source activate glofrim
conda activate glofrim
To install GLOFRIM do:

Expand Down

0 comments on commit fb2e73a

Please sign in to comment.