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.
2 parents 34a4c3f + 5c5ab05 commit 43e31a2Copy full SHA for 43e31a2
_practicalities/intro.md
@@ -229,7 +229,7 @@ if sys.version_info < (3,):
229
Unfortunately Frobulator 6.0 and above are not compatible with Python 2
230
anymore, and you still ended up with this version installed on your system.
231
That's a bummer; sorry about that. It should not have happened. Make sure you
232
-have pip ≥ 9.0 to avoid this kind of issues, as well as setuptools ≥ 24.2:
+have pip >= 9.0 to avoid this kind of issues, as well as setuptools >= 24.2:
233
234
$ pip install pip setuptools --upgrade
235
0 commit comments