Stop suggesting `easy_install` in hacking (#83909)

It's been discouraged for the past decade. And CPython actually ships
with pip nowadays, that is bundled within the built-in `ensurepip`
stdlib module.
pull/83913/head
Sviatoslav Sydorenko (Святослав Сидоренко) 3 months ago committed by GitHub
parent 9c49fdd86d
commit 59b3e49d70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -18,7 +18,7 @@ and do not wish to install them from your operating system package manager, you
can install them from pip
```shell
easy_install pip # if pip is not already available
python -Im ensurepip # if pip is not already available
pip install -r requirements.txt
```

Loading…
Cancel
Save