Installation
It is highly recommended to use a python environment manager like Poetry (https://python-poetry.org/docs/) to install BioCompose.
To install bio-compose, you can use pip:
pip install bio-compose
If you are installing from source, clone the repository and use the following commands:
git clone https://github.com/biosimulators/bio-compose.git
cd bio-compose
pip install .