Skip to content

Commit 4be2800

Browse files
committed
In contributing docs, update dependencies during pip install.
1 parent be99cd2 commit 4be2800

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ with all :ref:`extras <optional dependencies>` and development dependencies:
160160

161161
.. code-block:: console
162162
163-
$ pip install -e '.[all]' --group dev
163+
$ pip install -e '.[all]' --group dev --upgrade --upgrade-strategy eager
164164
165165
Install `pre-commit`_ hooks,
166166
so that :ref:`linters <linters>`

0 commit comments

Comments
 (0)