InstallationΒΆ

Everything is tested with Python 3.7 on Ubuntu 20.04 and Windows 11, but in principle it should work on any system that can handle the dependencies.

The easiest way to install the stable release is with pip:

pip install omnifig

If you want to explore the examples or contribute to the project, you can install the latest version by cloning the repository and installing it with pip: If you want to explore the examples or want to contribute to the project, you can clone the repository and install the package in development mode:

git clone https://github.com/felixludos/omni-fig
pip install -e ./omni-fig