From 10ff1a923968759b33be1992d46634280b37faa4 Mon Sep 17 00:00:00 2001 From: Andrew Fennell Date: Sun, 8 May 2022 00:07:55 -0500 Subject: [PATCH] Fixed installation doc typo --- doc/users/installing/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/users/installing/index.rst b/doc/users/installing/index.rst index fffea0301ae0..1f4dcef97c7f 100644 --- a/doc/users/installing/index.rst +++ b/doc/users/installing/index.rst @@ -281,11 +281,11 @@ be manually installed on Macports with :: Once pip is installed, you can install Matplotlib and all its dependencies with from the Terminal.app command line:: - python3 -mpip install matplotlib + python3 -m pip install matplotlib (``sudo python3.6 ...`` on Macports). -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 install ipython notebook``). Checking your installation