Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 47ff1c5

Browse files
committed
DOC: always update pip first
This will be important for when we drop python2 support on new versions.
1 parent a0a959f commit 47ff1c5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

INSTALL.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ Installing an official release
2222
Matplotlib and most of its dependencies are all available as wheel packages for
2323
macOS, Windows and Linux distributions::
2424

25-
pip install -U matplotlib
25+
python -m pip install -U pip
26+
python -m pip install -U matplotlib
2627

2728

2829
Third-party distributions of Matplotlib

0 commit comments

Comments
 (0)