Skip to content

Commit

Permalink
Add pyinstaller build instructions to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Welch committed Feb 9, 2019
1 parent de89e71 commit b956d38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ flake8 . && mypy bscan

When it's time to package a new release:
```sh
# build the single-file executable
pyinstaller bscan.spec

# build source and wheel distributions
python setup.py bdist_wheel sdist

Expand Down

0 comments on commit b956d38

Please sign in to comment.