From 5ca8ef55ff3fde80175eb95b3c070b8865d1414e Mon Sep 17 00:00:00 2001 From: manetta Date: Sat, 8 May 2021 17:57:17 +0200 Subject: [PATCH] adding wheel install in the readme --- README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index e9a048d..b652bad 100644 --- a/README.txt +++ b/README.txt @@ -67,9 +67,9 @@ Upload the package to pypi: `$ twine upload dist/*` -For the last step, you need to install Twine (): +For the last step, you need to install Wheel and Twine (): -`$ pip install twine` +`$ pip install wheel twine` # Develop the asciiWriter