Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ShashankKumbhare committed Oct 19, 2022
1 parent ee5725b commit 3e16d18
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions auxil/instructions_setup.txt
Original file line number Diff line number Diff line change
@@ -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/*'

0 comments on commit 3e16d18

Please sign in to comment.