-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ee5725b
commit 3e16d18
Showing
1 changed file
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/*' |