Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a959f commit 47ff1c5Copy full SHA for 47ff1c5
1 file changed
INSTALL.rst
@@ -22,7 +22,8 @@ Installing an official release
22
Matplotlib and most of its dependencies are all available as wheel packages for
23
macOS, Windows and Linux distributions::
24
25
- pip install -U matplotlib
+ python -m pip install -U pip
26
+ python -m pip install -U matplotlib
27
28
29
Third-party distributions of Matplotlib
0 commit comments