Skip to content

Commit

Permalink
Added pyinstaller to dependencies
Browse files Browse the repository at this point in the history
And added some notes in the README.md about using it.
  • Loading branch information
dino- committed Sep 29, 2018
1 parent 39597dd commit 2d3a9e3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ If desired, deactivate the virtual environment in your shell

$ deactivate

### Deployment

The project's `requirements.txt` will pull in `pyinstaller` which can be used
to build a distributable standalone directory in `dist`

$ pyinstaller py3-mkvenv

### Issue tracking

We are tracking tasks and progress on a public [py3-mkvenv Trello
Expand Down
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
altgraph==0.16.1
docopt==0.6.2
future==0.16.0
macholib==1.11
pefile==2018.8.8
PyInstaller==3.4

0 comments on commit 2d3a9e3

Please sign in to comment.