Update installation authored by Petrus Hyvönen's avatar Petrus Hyvönen
# From pre-made packages (recommended if possible)
The easiest way to install the Orekit Python Wrapper module in Python is to use pre-made packages for an existing python distribution such as [Anaconda](http://docs.continuum.io/anaconda/install.html).
The easiest 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).
Orekit and JCC [packages](https://github.com/conda-forge/orekit-feedstock) has been made for Anaconda and can then be installed by:
Orekit and JCC [packages](https://github.com/conda-forge/orekit-feedstock) has been made for Anaconda and can then be installed from the Anaconda python distribution:
```shell
conda config --add channels conda-forge
......
......