editing the README
This commit is contained in:
parent
eac4f22bce
commit
bb134f30c8
@ -55,8 +55,13 @@
|
|||||||
|
|
||||||
Work in progress :)
|
Work in progress :)
|
||||||
|
|
||||||
|
|
||||||
# Release (PyPi package building)
|
# Release (PyPi package building)
|
||||||
|
|
||||||
|
Install Wheel and Twine (<https://packaging.python.org/key_projects/#twine>):
|
||||||
|
|
||||||
|
`$ pip install wheel twine`
|
||||||
|
|
||||||
Make the pip wheel:
|
Make the pip wheel:
|
||||||
|
|
||||||
`$ python3 setup.py bdist_wheel`
|
`$ python3 setup.py bdist_wheel`
|
||||||
@ -65,9 +70,6 @@ Upload the package to pypi:
|
|||||||
|
|
||||||
`$ twine upload dist/*`
|
`$ twine upload dist/*`
|
||||||
|
|
||||||
For the last step, you need to install Wheel and Twine (<https://packaging.python.org/key_projects/#twine>):
|
|
||||||
|
|
||||||
`$ pip install wheel twine`
|
|
||||||
|
|
||||||
# Develop the asciiWriter
|
# Develop the asciiWriter
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user