Skip to content
Snippets Groups Projects
Commit c93c3406 authored by Vincent Texier's avatar Vincent Texier
Browse files

[enh] #99 add install from test.pypi.org command in README

parent bb669df9
No related branches found
No related tags found
No related merge requests found
Pipeline #5939 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment