mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
Update documentation on the generate task
Instead of base64, we now use base85
This commit is contained in:
parent
3b14a4f0e5
commit
06ba1d5de9
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ def installer(installer_path=os.path.join(paths.CONTRIB, "get-pip.py")):
|
|||
# Hi There!
|
||||
# You may be wondering what this giant blob of binary data here is, you might
|
||||
# even be worried that we're up to something nefarious (good for you for being
|
||||
# paranoid!). This is a base64 encoding of a zip file, this zip file contains
|
||||
# paranoid!). This is a base85 encoding of a zip file, this zip file contains
|
||||
# an entire copy of pip.
|
||||
#
|
||||
# Pip is a thing that installs packages, pip itself is a package that someone
|
||||
|
|
Loading…
Reference in a new issue