Skip to content

Commit 6e9d06f

Browse files
committed
AUTO-6930: README.md: Specify pip >= 21.1.1
Prevent use of the warning-spewing v21.1 of pip by specifying >=21.1.1 .
1 parent e95cc2b commit 6e9d06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Documentation is available on our website: https://www.svlsimulator.com/docs/pyt
99
# Requirements
1010

1111
* Python 3.6 or higher
12-
* Pip 21.0 or higher (install using `python3 -m pip install 'pip>=21.0'`)
12+
* Pip 21.1.1 or higher (install using `python3 -m pip install 'pip>=21.1.1'`)
1313

1414
# Installing
1515

0 commit comments

Comments
 (0)