adding wheel install in the readme

This commit is contained in:
manetta 2021-05-08 17:57:17 +02:00
parent 2c8cad1041
commit 5ca8ef55ff

View File

@ -67,9 +67,9 @@ Upload the package to pypi:
`$ twine upload dist/*`
For the last step, you need to install Twine (<https://packaging.python.org/key_projects/#twine>):
For the last step, you need to install Wheel and Twine (<https://packaging.python.org/key_projects/#twine>):
`$ pip install twine`
`$ pip install wheel twine`
# Develop the asciiWriter