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: .. code-block:: bash pip install bio-compose If you are installing from source, clone the repository and use the following commands: .. code-block:: bash git clone https://github.com/biosimulators/bio-compose.git cd bio-compose pip install .