From db72d86357280ac974f01352c283a5b8b2f2ef7a Mon Sep 17 00:00:00 2001 From: server Date: Sat, 22 Feb 2020 11:55:09 -0700 Subject: [PATCH] pip accts --- README-pip.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README-pip.md b/README-pip.md index 3e373d9..5c777b1 100644 --- a/README-pip.md +++ b/README-pip.md @@ -1,6 +1,14 @@ # pip archive creation 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 python3 -m pip install --user --upgrade setuptools wheel twine