Unverified Commit 3d5b0b15 authored by Chris R's avatar Chris R Committed by GitHub
Browse files

Merge pull request #40 from jahaugum/patch-1

Fix broken generate .spec example in README
parents e16b9a9c 937f744e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ Replace `wget` with the dependencies / package(s) you need to install.

##### How do I generate a .spec file?

`docker run -v "$(pwd):/src/" cdrx/pyinstaller-linux pyinstaller your-script.py`
`docker run -v "$(pwd):/src/" cdrx/pyinstaller-linux "pyinstaller your-script.py"`

will generate a `spec` file for `your-script.py` in your current working directory. See the PyInstaller docs for more information.