@@ -14,6 +14,11 @@ This will install all dependencies (openjdk) and install scripts that sets the n
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.
## Physical Data
The physical data is not included in the orekit library and needs to be provided. A starting package of data is available at https://www.orekit.org/download.html
The python helper function setup_orekit_curdir() loads such file, default "orekit-data.zip" and sets up orekit to use it.
# From Source
Installation from source requires to build a jar of the Orekit library including the python wrapper classes. This jar is then fed to the JCC tool, which builds the actual python wrapper together with some helper files. The process is described in the [INSTALL.txt](https://gitlab.orekit.org/orekit-labs/python-wrapper/blob/master/INSTALL.txt) file in the repository.