Notes on required packages

This commit is contained in:
Tony Garnock-Jones 2018-11-18 16:35:09 +00:00
parent f654280b88
commit 10d8eb1b0a
1 changed files with 1 additions and 0 deletions

View File

@ -14,5 +14,6 @@ clean:
rm -rf preserves.egg-info build dist rm -rf preserves.egg-info build dist
publish: publish:
# sudo apt install python3-wheel twine
python3 setup.py sdist bdist_wheel python3 setup.py sdist bdist_wheel
twine upload dist/* twine upload dist/*