We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06dc612 + b37fe56 commit a4a508bCopy full SHA for a4a508b
doc/devel/contributing.rst
@@ -206,12 +206,12 @@ tools:
206
207
* Code with a good unittest coverage (at least 70%, better 100%), check with::
208
209
- python -mpip install coverage
210
- python -mpytest --cov=matplotlib --showlocals -v
+ python -m pip install coverage
+ python -m pytest --cov=matplotlib --showlocals -v
211
212
* No pyflakes warnings, check with::
213
214
- python -mpip install pyflakes
+ python -m pip install pyflakes
215
pyflakes path/to/module.py
216
217
.. note::
0 commit comments