Update installation authored by Petrus Hyvönen's avatar Petrus Hyvönen
# From pre-made packages (recommended if possible) # From conda packages (recommended if possible)
The easiest and often best way to install the Orekit Python Wrapper module in Python is to use pre-made packages for the python distribution [Anaconda](http://docs.continuum.io/anaconda/install.html). The easiest and often best way to install the Orekit Python Wrapper module in Python is to use pre-made packages for the python distribution [Anaconda](http://docs.continuum.io/anaconda/install.html).
...@@ -8,7 +8,7 @@ Orekit [packages](https://github.com/conda-forge/orekit-feedstock) is being cont ...@@ -8,7 +8,7 @@ Orekit [packages](https://github.com/conda-forge/orekit-feedstock) is being cont
conda install -c conda-forge orekit 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, PATH) at activation.
## Activation of the environment in conda ## Activation of the environment in conda
... ...
......