Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Sep 16, 2024
1 parent 6ea462b commit 9dce907
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
Binary file modified documentation/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified documentation/build/doctrees/installation.doctree
Binary file not shown.
6 changes: 4 additions & 2 deletions documentation/build/html/_sources/installation.rst.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
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
Expand All @@ -12,8 +14,8 @@ If you are installing from source, clone the repository and use the following co
.. code-block:: bash
git clone https://github.com/biosimulators/bio-compose.git
cd your_project
pip install -e .
cd bio-compose
pip install .
Expand Down
5 changes: 3 additions & 2 deletions documentation/build/html/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,15 @@

<section id="installation">
<h1>Installation<a class="headerlink" href="#installation" title="Link to this heading"></a></h1>
<p>It is <strong>highly recommended</strong> to use a python environment manager like Poetry (<a class="reference external" href="https://python-poetry.org/docs/">https://python-poetry.org/docs/</a>) to install BioCompose.</p>
<p>To install <cite>bio-compose</cite>, you can use pip:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>pip<span class="w"> </span>install<span class="w"> </span>bio-compose
</pre></div>
</div>
<p>If you are installing from source, clone the repository and use the following commands:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/biosimulators/bio-compose.git
<span class="nb">cd</span><span class="w"> </span>your_project
pip<span class="w"> </span>install<span class="w"> </span>-e<span class="w"> </span>.
<span class="nb">cd</span><span class="w"> </span>bio-compose
pip<span class="w"> </span>install<span class="w"> </span>.
</pre></div>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion documentation/build/html/searchindex.js

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions documentation/source/installation.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
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
Expand All @@ -12,8 +14,8 @@ If you are installing from source, clone the repository and use the following co
.. code-block:: bash
git clone https://github.com/biosimulators/bio-compose.git
cd your_project
pip install -e .
cd bio-compose
pip install .
Expand Down

0 comments on commit 9dce907

Please sign in to comment.