Installation of Orion’s core

Oríon should work on most Linux distributions and Mac OS X. It is tested on Ubuntu 16.04 LTS and Mac OS X 10.13. We do not support Windows and there is no short term plan to do so.

Via PyPI

The easiest way to install Oríon is using the Python package manager. The core of Oríon is registered on PyPI under orion.

pip install orion

This will install all the core components. Note that the only algorithm provided with it is random search. To install more algorithms, you can look at section Installation of plugins.

Via Git

This way is recommended if you want to work with the bleeding edge version of Oríon.