[DEV] update doc to commit on pip

This commit is contained in:
Edouard DUPIN 2019-04-15 22:42:41 +02:00
parent bc556ee89b
commit 7a46b3c0f9

View File

@ -45,5 +45,9 @@ setup(name='island',
#To developp: sudo ./setup.py install
# sudo ./setup.py develop
#TO register all in pip: ./setup.py register sdist upload
#TO register all in pip: use external tools:
# pip install twine
# # create the archive
# ./setup.py sdist
# twine upload dist/*