Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb5e30d

Browse files
authored
Update development_setup.rst
1 parent 8b8ec55 commit bb5e30d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

doc/devel/development_setup.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ and activated with one of the following::
2626
<file folder location>\Scripts\Activate.ps1 # Windows PowerShell
2727

2828
Whenever you plan to work on Matplotlib, remember to activate the development
29-
environment in your shell.
29+
environment in your shell.
3030

3131
Retrieving the latest version of the code
3232
=========================================
@@ -65,7 +65,7 @@ also happen if you change branches) you will have to re-run
6565
Additional dependencies for testing
6666
===================================
6767
This section lists the additional software required for
68-
:ref:`running the tests <testing>`.
68+
:ref:`running the tests <testing>`.
6969

7070
Required:
7171

@@ -138,6 +138,4 @@ Optional, but recommended:
138138

139139
Troubleshooting
140140
===============
141-
* pytest - If the test runner is failing, verify that the pytest you are using
142-
is installed in your environment using the ``which pytest`` and ``which python``
143-
commands. If the paths are not the same, install pytest in your environment.
141+
* pytest - If the test runner is failing, verify that the pytest you are using is installed in your environment using the ``which pytest`` and ``which python`` commands. If the paths are not the same, install pytest in your environment.

0 commit comments

Comments
 (0)