Skip to content

Commit

Permalink
Edited Windows build info to support PyInstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
heshameraqi committed Jan 2, 2019
1 parent 5bc5b4c commit 39dea42
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ sh envsetup.sh
sh build-ubuntu-binary.sh
```

### Build for Windows with PyInstaller

```
pip install pyinstaller
pyinstaller labelImg.py
This will generate the bundle in a subdirectory called dist.
```

### Build for Windows

```
Expand Down

0 comments on commit 39dea42

Please sign in to comment.