Update installation authored by Petrus Hyvönen's avatar Petrus Hyvönen
...@@ -10,6 +10,8 @@ conda install -c conda-forge orekit ...@@ -10,6 +10,8 @@ conda install -c conda-forge orekit
This will install all dependencies (openjdk) and install scripts that sets the necessary path variables (JCC_JDK) at activation. This will install all dependencies (openjdk) and install scripts that sets the necessary path variables (JCC_JDK) at activation.
## Activation of the environment in conda
Note that it is needed to active the conda environment to be used, this activation triggers a script that sets up the right environment variables (JCC_JDK). If accessing the python executable directly, for example through an IDE, the tool [conda-wrappers](https://youtrack.jetbrains.com/issue/PY-18865#comment=27-1444034) can be used to create executable that runs the activation automatically. Note that it is needed to active the conda environment to be used, this activation triggers a script that sets up the right environment variables (JCC_JDK). If accessing the python executable directly, for example through an IDE, the tool [conda-wrappers](https://youtrack.jetbrains.com/issue/PY-18865#comment=27-1444034) can be used to create executable that runs the activation automatically.
# From Source # From Source
... ...
......