We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d6685 commit e2ad398Copy full SHA for e2ad398
doc/internals/contributing.rst
@@ -201,7 +201,7 @@ You can also test by installing dependencies in your local environment:
201
202
.. code-block:: shell
203
204
- pip install .[test]
+ pip install . --group test
205
206
To run JavaScript tests, use :program:`npm`:
207
doc/usage/installation.rst
@@ -57,6 +57,8 @@ Run the following command::
57
place the dependencies in the `pyproject.toml file`__::
58
59
$ pip install .[docs]
60
+ # or
61
+ $ pip install . --group docs
62
63
__ https://pip.pypa.io/en/stable/reference/requirements-file-format/
64
__ https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#dependencies-optional-dependencies
0 commit comments