From 64217a47d85e605c6ccd868dac0068a6b6eb88c4 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Mon, 9 May 2022 15:35:29 -0400 Subject: [PATCH] DOC: do not suggest to sudo pip install Matplotlib --- doc/users/installing/index.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/users/installing/index.rst b/doc/users/installing/index.rst index ef215ee394a9..2291386699fa 100644 --- a/doc/users/installing/index.rst +++ b/doc/users/installing/index.rst @@ -291,8 +291,6 @@ from the Terminal.app command line:: python3 -m pip install matplotlib -(``sudo python3.6 ...`` on Macports). - You might also want to install IPython or the Jupyter notebook (``python3 -m pip install ipython notebook``).