Use pip
to install the most recent stable release of mibibio
as follows:
pip install mibibio
To install mibibio from the GitHub repository directly, do:
git clone [email protected]:MiBiPreT/mibibio.git
cd mibibio
python -m pip install .
Note that this is the (possibly unstable) development version from the main
branch. If you want a stable release, use the pip installation method instead.
See the full mibibio
documentation here
If you want to contribute to the development of mibibio, have a look at the contribution guidelines.