Skip to content

Commit

Permalink
separate out requirements & orbitize install commands in install inst…
Browse files Browse the repository at this point in the history
…ructions
  • Loading branch information
sblunt committed Aug 19, 2024
1 parent ab6fcba commit 402b78c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ of the repo:

.. code-block:: bash
$ pip install -r requirements.txt -e .
$ pip install -r requirements.txt
$ pip install -e . --upgrade
Issues?
+++++++
Expand Down

0 comments on commit 402b78c

Please sign in to comment.