1
1
Fork 0
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:
Guilherme Espada 2015-03-19 19:46:06 +00:00
parent 3b14a4f0e5
commit 06ba1d5de9

View file

@ -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