Installation#

Install via pip#

There is a pip package available, which you can install with:

pip install boario

There is also a conda recipe on conda-forge, which you can install with:

conda install -c conda-forge boario

Otherwise the source-code is available at the GitHub repo: spjuhel/BoARIO

If you encounter any problems while installing the package, please raise an issue on the repository, or contact the developer.

Install from a specific branch#

Note that you can install BoARIO directly from a branch of its GitHub repository using:

pip install git+https://github.com/spjuhel/boario.git@branch-name

Requirements#

BoARIO is currently tested against python 3.9, 3.10, 3.11, on Linux, Windows and MacOs. However be aware the testing suite is still imperfect at this point.

Installing via pip or conda should install all the required dependencies.

You can also check the pyproject.toml file in the source code to see all current dependencies.

If you are experiencing difficulties in setting up a working environment feel free to open an issue on the Github repository or to contact the developer.