Commit fba98c41 authored by Chris R's avatar Chris R Committed by GitHub
Browse files

Update README.md

parent 1814184d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -46,6 +46,12 @@ docker run -v "$(pwd):/src/" cdrx/pyinstaller-linux sh -c "apt-get update -y &&

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`

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

##### How do I change the PyInstaller version used?

Add `pyinstaller=3.1.1` to your `requirements.txt`.