From f35c7dbee75851b247dfa3042c69cce460cba41f Mon Sep 17 00:00:00 2001 From: Joe Testa Date: Wed, 11 Mar 2020 12:45:28 -0400 Subject: [PATCH] Updated PyPI notes. --- pypi/notes.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pypi/notes.txt b/pypi/notes.txt index 51a30e7..dd2e855 100644 --- a/pypi/notes.txt +++ b/pypi/notes.txt @@ -15,3 +15,17 @@ To download from test server and verify: $ virtualenv -p /usr/bin/python3 /tmp/pypi_test $ cd /tmp/pypi_test; source bin/activate $ pip3 install --index-url https://test.pypi.org/simple ssh-audit + + +To upload to production server: + +$ cd /tmp/pypi_upload; source bin/activate +$ cd ssh-audit/pypi +$ make uploadprod + + +To download from production server and verify: + +$ virtualenv -p /usr/bin/python3 /tmp/pypi_prod +$ cd /tmp/pypi_prod; source bin/activate +$ pip3 install ssh-audit