Skip to content

Commit ec2046f

Browse files
authored
Merge pull request #15400 from sairampillai/master
Updated INSTALL.rst to correct install commands
2 parents 74ed294 + a480889 commit ec2046f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

INSTALL.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Python, NumPy, and FreeType), you can build Matplotlib.
103103
::
104104

105105
cd matplotlib
106-
python -mpip install .
106+
python -m pip install .
107107

108108
We provide a setup.cfg_ file which you can use to customize the build
109109
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::
254254
After installing the above requirements, install Matplotlib from source by
255255
executing::
256256

257-
python -mpip install .
257+
python -m pip install .
258258

259259
Note that your environment is somewhat important. Some conda users have
260260
found that, to run the tests, their PYTHONPATH must include

0 commit comments

Comments
 (0)