We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bed2362 + 10ff1a9 commit b993b5aCopy full SHA for b993b5a
doc/users/installing/index.rst
@@ -289,11 +289,11 @@ be manually installed on Macports with ::
289
Once pip is installed, you can install Matplotlib and all its dependencies with
290
from the Terminal.app command line::
291
292
- python3 -mpip install matplotlib
+ python3 -m pip install matplotlib
293
294
(``sudo python3.6 ...`` on Macports).
295
296
-You might also want to install IPython or the Jupyter notebook (``python3 -mpip
+You might also want to install IPython or the Jupyter notebook (``python3 -m pip
297
install ipython notebook``).
298
299
Checking your installation
0 commit comments