@@ -25,6 +25,8 @@ The physical data is not included in the orekit library and needs to be provided
The python helper function setup_orekit_curdir() loads such file, default "orekit-data.zip" and sets up orekit to use it (you need to remove the "-master" from the filename if the repo download is used).
There are no pip packages for Orekit, which is due to the need of a well-controlled build and execute environment.
# 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.