Skip to content
Snippets Groups Projects
Commit 653dd805 authored by Nils Brueggemann's avatar Nils Brueggemann
Browse files

doc/installation.rst

parent 756f3b3f
No related branches found
No related tags found
No related merge requests found
......@@ -34,24 +34,24 @@ Furthermore, the following modules are required as a minimum:
A suitable python environment is probably easiest set up by using conda (for an installation of conda see below)::
conda env create -f pyicon/ci/requirements_py38.yml
conda env create -f pyicon/ci/requirements_py38.yml
You can eaily activate your conda environment by using the script::
pyicon/tools/conda_act_mistral_pyicon_env.sh
pyicon/tools/conda_act_mistral_pyicon_env.sh
In this script modify the path of your conda installation in the line starting with ```path_conda_bin=```. After doing this, you can activate your conda environment by executing::
source pyicon/tools/conda_act_mistral_pyicon_env.sh
source pyicon/tools/conda_act_mistral_pyicon_env.sh
Install conda
-------------
A suitable python environment can be easily created by using conda. Therefore, we roughly outline here how to install conad but we refer to more detailed documentations wwhich can be found in the web. We are explaining the installation of conda using miniconda but other conda versions should work as well.
Go to:
Go to::
https://docs.conda.io/en/latest/miniconda.html
https://docs.conda.io/en/latest/miniconda.html
Pick an installer for Python 3.8 and download the file (e.g. right click on the link, "copy link", go to shell type wget and paste the link).
......@@ -83,5 +83,5 @@ or by adding the following lines at the beginning of each of your python scripts
Pyicon depends on a number of python libraries typically used for geoscience data evaluation and plotting.
The easiest installation is probably by using conda. A suitable python environment for pyicon can be installed using conda from this file::
pyicon/ci/requirements_py38.yml
pyicon/ci/requirements_py38.yml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment