1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Add block in the code snippet

This commit is contained in:
Aniruddha Basak 2019-10-19 22:21:59 +05:30
parent 4d968f5ff3
commit f7a0065636

View file

@ -57,9 +57,9 @@ a username and password separated by ``:``.
::
https://[username[:password]]@pypi.company.com/simple
0123456789abcdef@pypi.company.com
https://aniruddha%24basak:gdg%24js%5Ejf%26l@pypi.company.com
https://[username[:password]]@pypi.company.com/simple
0123456789abcdef@pypi.company.com
https://aniruddha%24basak:gdg%24js%5Ejf%26l@pypi.company.com
`Here <https://en.wikipedia.org/wiki/Percent-encoding>`_ you can find more about
percent encoding.