Skip to content

Commit

Permalink
docs: simplify developer installation instructions
Browse files Browse the repository at this point in the history
Remove requirement to specify all groups independently
  • Loading branch information
tomjholland committed Jan 2, 2025
1 parent 5924f31 commit 860b663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/developer_guide/developer_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ virtual environment:

.. code-block:: bash
uv sync --all-extras --group format --group test --group docs --group external-integration
uv sync --all-extras --all-groups
The virtual environment is stored in the :code:`PyProBE/.venv` directory inside your and
can be activated with :code:`source .venv/bin/activate`.
Expand Down

0 comments on commit 860b663

Please sign in to comment.