From 113125f8af1000634c138729f7bd3f7da259bdb5 Mon Sep 17 00:00:00 2001 From: Ankur Dedania Date: Thu, 20 Sep 2018 14:22:43 -0500 Subject: [PATCH] Update INSTALL.rst fix command typo --- INSTALL.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index c70fd0a9b6ce..abc24de38eb9 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -15,8 +15,8 @@ Installing an official release Matplotlib and its dependencies are available as wheel packages for macOS, Windows and Linux distributions:: - python -mpip install -U pip - python -mpip install -U matplotlib + python -m pip install -U pip + python -m pip install -U matplotlib .. note::