Skip to content

Commit

Permalink
Document pywin32 package installation and onefile package
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Apr 12, 2019
1 parent c1ff48a commit 9fdeccd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,25 @@ To build a standalone executable:

```
$ pip install pyinstaller
```

On Windows, also install *pywin32*:

```
$ pip install pywin32
```

Then package as a directory:

```
$ pyinstaller build/glance-vessels.spec
```

Or as a single file:

```
$ pyinstaller build/glance-vessels-onefile.spec
```

Running
Expand Down

0 comments on commit 9fdeccd

Please sign in to comment.