From a48088993f31048db52e63841ae05f506216502a Mon Sep 17 00:00:00 2001 From: Sairam Pillai Date: Thu, 10 Oct 2019 10:46:48 +0530 Subject: [PATCH] Updated INSTALL.rst to correct install commands - Corrected spacing error of commands in section Installing from Source and Building on Mac --- INSTALL.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index 2f68290c0a09..c6574511f590 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -103,7 +103,7 @@ Python, NumPy, and FreeType), you can build Matplotlib. :: cd matplotlib - python -mpip install . + python -m pip install . We provide a setup.cfg_ file which you can use to customize the build process. For example, which default backend to use, whether some of the @@ -254,7 +254,7 @@ If you are using MacPorts, execute the following instead:: After installing the above requirements, install Matplotlib from source by executing:: - python -mpip install . + python -m pip install . Note that your environment is somewhat important. Some conda users have found that, to run the tests, their PYTHONPATH must include