From 1c19ff01cc42f1a7ffb13389df35eeed6e886fac Mon Sep 17 00:00:00 2001 From: vtexier <vit@free.fr> Date: Wed, 19 Jun 2019 11:54:44 +0200 Subject: [PATCH] [enh] #96 add install from test.pypi.org command in README --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index c57b61b3..375f66ae 100644 --- a/README.rst +++ b/README.rst @@ -121,6 +121,10 @@ Deploy the package on the Pypi test repository (use a space before make to not k [SPACE]make deploy_test PYPI_PASSWORD=xxxx +Test the Pypi installation:: + + pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.python.org/simple/ duniterpy + Deploy the package on the Pypi repository (use a space before make to not keep command with password in shell history):: [SPACE]make deploy PYPI_PASSWORD=xxxx -- GitLab