Skip to content

Commit

Permalink
Add packages to install guide
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnel committed Sep 28, 2024
1 parent 7b21b86 commit 9a53e12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ If you go down this route, note that uv can also be used to install Python itsel

.. code-block:: shell
uv pip install pyglotaran
uv pip install pyglotaran pyglotaran-extras jupyterlab
.. note::

Expand Down Expand Up @@ -82,7 +82,7 @@ Within a terminal, navigate to directory where you have unpacked or cloned the c

.. code-block:: shell
$ uv pip install -e .
$ uv pip install -e .[full]
For updating, simply download and unpack the newest version (or run ``$ git pull`` in pyglotaran directory if you used `git`_) and and re-run the command above.

Expand Down

0 comments on commit 9a53e12

Please sign in to comment.