Skip to content

Commit

Permalink
chore: update docs with recurse-submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
supersergiy committed Nov 30, 2023
1 parent 9ddf881 commit 9dd6a87
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,15 @@ The recommended installation method is `pip <https://pip.pypa.io/en/stable/>`_-i

.. code-block:: console
$ git clone git@github.com:ZettaAI/zetta_utils.git
$ git clone git@github.com:ZettaAI/zetta_utils.git
$ cd zetta_utils
$ pip install -e '.[all]'
If you are a member of the Zetta team and have access to private submodules, instead do:

.. code-block:: console
$ git clone --recurse-submodules git@github.com:ZettaAI/zetta_utils.git
$ cd zetta_utils
$ pip install -e '.[all]'
Expand Down

0 comments on commit 9dd6a87

Please sign in to comment.