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

Skip to content

Commit 10ff1a9

Browse files
Fixed installation doc typo
1 parent 7bb3ff5 commit 10ff1a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/users/installing/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,11 +281,11 @@ be manually installed on Macports with ::
281281
Once pip is installed, you can install Matplotlib and all its dependencies with
282282
from the Terminal.app command line::
283283

284-
python3 -mpip install matplotlib
284+
python3 -m pip install matplotlib
285285

286286
(``sudo python3.6 ...`` on Macports).
287287

288-
You might also want to install IPython or the Jupyter notebook (``python3 -mpip
288+
You might also want to install IPython or the Jupyter notebook (``python3 -m pip
289289
install ipython notebook``).
290290

291291
Checking your installation

0 commit comments

Comments
 (0)