Browse Source

adding wheel install in the readme

master
manetta 3 years ago
parent
commit
5ca8ef55ff
  1. 4
      README.txt

4
README.txt

@ -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

Loading…
Cancel
Save