summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEdouard Berthe <edouard.berthe@protonmail.com>2022-08-19 11:55:53 +0200
committerGitHub <noreply@github.com>2022-08-19 11:55:53 +0200
commita6213c76c1fdd2584826b3fef601eafbe4367fc3 (patch)
tree10ccfc0eccec71bcdd47755366998ecace026eab /docs
parentc2f2b5330e51a92c656870f0b0893acd63aafe38 (diff)
downloadpint-a6213c76c1fdd2584826b3fef601eafbe4367fc3.tar.gz
Update contributing.rst
It seems that the [`test`](https://github.com/hgrecco/pint/blob/master/setup.cfg#L36-L40) extra requirements section is needed to run test locally, when willing to contributing. (I still have 3 tests failing even and 13 xfailed but that's probably another pb)
Diffstat (limited to 'docs')
-rw-r--r--docs/contributing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index ad2914f..bf275dd 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -57,7 +57,7 @@ environment on Linux or OSX with the following commands::
$ cd pint
$ python -m virtualenv venv
$ source venv/bin/activate
- $ pip install -e .
+ $ pip install -e '.[test]'
$ pip install -r requirements_docs.txt
$ pip install pre-commit # This step and the next are optional but recommended.
$ pre-commit install