Skip to content

Commit e2ad398

Browse files
committed
Update documentation
1 parent e9d6685 commit e2ad398

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/internals/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ You can also test by installing dependencies in your local environment:
201201

202202
.. code-block:: shell
203203
204-
pip install .[test]
204+
pip install . --group test
205205
206206
To run JavaScript tests, use :program:`npm`:
207207

doc/usage/installation.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ Run the following command::
5757
place the dependencies in the `pyproject.toml file`__::
5858

5959
$ pip install .[docs]
60+
# or
61+
$ pip install . --group docs
6062

6163
__ https://pip.pypa.io/en/stable/reference/requirements-file-format/
6264
__ https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#dependencies-optional-dependencies

0 commit comments

Comments
 (0)