Skip to content

Commit b993b5a

Browse files
authored
Merge pull request #23009 from andrew-fennell/installation-typo
Fixed installation guide command typo
2 parents bed2362 + 10ff1a9 commit b993b5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/users/installing/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -289,11 +289,11 @@ be manually installed on Macports with ::
289289
Once pip is installed, you can install Matplotlib and all its dependencies with
290290
from the Terminal.app command line::
291291

292-
python3 -mpip install matplotlib
292+
python3 -m pip install matplotlib
293293

294294
(``sudo python3.6 ...`` on Macports).
295295

296-
You might also want to install IPython or the Jupyter notebook (``python3 -mpip
296+
You might also want to install IPython or the Jupyter notebook (``python3 -m pip
297297
install ipython notebook``).
298298

299299
Checking your installation

0 commit comments

Comments
 (0)