Skip to content

Commit

Permalink
update for installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Sep 3, 2024
1 parent 30767dd commit a796bde
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
1 change: 1 addition & 0 deletions documentation/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Create, execute, and introspect reproducible composite simulations of dynamic bi
:maxdepth: 2
:caption: Contents:

installation
modules

.. automodule:: bio_compose
Expand Down
16 changes: 16 additions & 0 deletions documentation/source/installation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Installation
============

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 your_project
pip install -e .
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ sphinx = "^8.0.2"
sphinx-autodoc-typehints = "^2.2.3"

[project.optional-dependencies]
# documentation = ["sphinx-autodoc-typehints>=2.3.0", "sphinx_rtd_theme", "mock"]
documentation = ["sphinx-autodoc-typehints"]

[tool.pytest.ini_options]
Expand Down

0 comments on commit a796bde

Please sign in to comment.