Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 7bb3ff5 commit 10ff1a9Copy full SHA for 10ff1a9
doc/users/installing/index.rst
@@ -281,11 +281,11 @@ be manually installed on Macports with ::
281
Once pip is installed, you can install Matplotlib and all its dependencies with
282
from the Terminal.app command line::
283
284
- python3 -mpip install matplotlib
+ python3 -m pip install matplotlib
285
286
(``sudo python3.6 ...`` on Macports).
287
288
-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
289
install ipython notebook``).
290
291
Checking your installation
0 commit comments