pip accts

master
server 2020-02-22 11:55:09 -07:00
parent 552c03c0c6
commit db72d86357
1 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,14 @@
# pip archive creation # pip archive creation
HOWTO create and upload an archive to PyPI (pip). HOWTO create and upload an archive to PyPI (pip).
Create accounts on the main PyPI server and the Test PyPI server:
* https://pypi.org/account/register/
* https://test.pypi.org/account/register/
Then run commands like this, changing the username "jebba" to your username.
``` ```
# Install dependencies # Install dependencies
python3 -m pip install --user --upgrade setuptools wheel twine python3 -m pip install --user --upgrade setuptools wheel twine