Installation

Contents

Installation#

pip#

pip install osyris

If you have already installed osyris in the past, but would like to upgrade, use

pip install osyris --upgrade

conda#

conda install -c conda-forge osyris

From source#

git clone https://github.com/osyris-project/osyris.git
cd osyris
python -m pip install -e .