Skip to content

Commit

Permalink
Update development guide
Browse files Browse the repository at this point in the history
Ref. None
  • Loading branch information
treiher committed Jul 11, 2024
1 parent 6515e1c commit 32972a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/development_guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ In addition, if the dependencies in ``devutils`` have changed, the lock file mus

.. code:: console
$ poetry add --group=dev "./devutils[devel]"
$ pip install "./devutils[devel]"
$ poetry lock --no-update
When building RecordFlux through ``make`` the ``poetry install`` command is executed to install any missing dependencies and set the versions of all the dependencies specified in ``pyproject.toml`` to the versions selected in ``poetry.lock``.

Expand Down

0 comments on commit 32972a9

Please sign in to comment.