Installation
Installation from pip
Minimal dependencies
To install the rt1_model package with a minimal set of dependencies, use:
pip install rt1_model
Fast calculations
To greatly speed up symbolic calculations, install the rt1_model package with the additional symengine dependency!
pip install rt1_model[symengine]
All features
To install all required and optional dependencies (incl. matplotlib for visualizations), use:
pip install rt1_model[full]
Install from source
First, make sure to install the following dependencies:
python-symengine (optional, recommended)
matplotlib (optional)
Then, clone the repository, navigate to the parent directory (containing the pyproject.toml file)
and execute the following command:
pip install .