Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
howie6879 committed Jun 11, 2018
1 parent d50fde1 commit 0c8fa4e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ python owllook.py

![home](./docs/images/home.jpg)

### 打包

``` python
pip install pyinstaller
pyinstaller -F owllook_gui/app.py
pyinstaller --windowed --onefile --clean --noconfirm owllook.spec
```

### 协议

owllook is offered under the Apache 2 license.

0 comments on commit 0c8fa4e

Please sign in to comment.