From 3e16d18b933e683f7fefd7d6f18487a7a30fc210 Mon Sep 17 00:00:00 2001 From: Shashank Kumbhare Date: Wed, 19 Oct 2022 16:15:35 -0500 Subject: [PATCH] minor --- auxil/instructions_setup.txt | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/auxil/instructions_setup.txt b/auxil/instructions_setup.txt index 89efaf8..38c73b2 100644 --- a/auxil/instructions_setup.txt +++ b/auxil/instructions_setup.txt @@ -1,4 +1,15 @@ -To build the python package run the following in git-bash: +1. To build the python package run the following in git-bash: - 'python setup.py sdist bdist_wheel' + - 'python setup.py sdist bdist_wheel' + +2. To publish on PyPI: + + - Git bash + + - 'python setup.py sdist' + + - Windows PowerShell + + - cd "Github Repositories\traffic-light-classifier" + - 'twine upload dist/*'