Skip to content

Commit

Permalink
fixed introduction section for the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
matt0710 committed Feb 6, 2024
1 parent 8032115 commit 9fb7951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/guide/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Depending on where you are running Ducho, you might need to first clone this rep

If you are running Ducho on your local machine or Google Colab, you first need to clone this repository:

.. code:: bash
.. code-block:: bash
git clone -b v2 https://github.com/sisinflab/Ducho.git
Then, install the needed dependencies through pip:

.. code:: bash
.. code-block:: bash
pip install -r requirements.txt # Local
pip install -r requirements_colab.txt # Google Colab
Expand Down

0 comments on commit 9fb7951

Please sign in to comment.