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

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

parent b7863f2f
No related branches found
No related tags found
1 merge request!67Merge of pep_561_mypy to dev
Pipeline #5907 passed
...@@ -121,6 +121,10 @@ Deploy the package on the Pypi test repository (use a space before make to not k ...@@ -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 [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):: 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 [SPACE]make deploy PYPI_PASSWORD=xxxx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment