diff --git a/README.rst b/README.rst index c57b61b39e7788d95ff0c681028c892eec473b09..375f66ae7f7762e3f6b85c2023ab1d11fead9702 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