From bb134f30c8e8542061ace3b8e887d9f7b1a0ccdd Mon Sep 17 00:00:00 2001 From: manetta Date: Sat, 8 May 2021 18:01:40 +0200 Subject: [PATCH] editing the README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b4bc1c8..336d4ca 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,13 @@ Work in progress :) + # Release (PyPi package building) +Install Wheel and Twine (): + +`$ pip install wheel twine` + Make the pip wheel: `$ python3 setup.py bdist_wheel` @@ -65,9 +70,6 @@ Upload the package to pypi: `$ twine upload dist/*` -For the last step, you need to install Wheel and Twine (): - -`$ pip install wheel twine` # Develop the asciiWriter