- Install Python: At Microsoft
- Run the following commands to setup your python environment
cd $PATH_YOU_DOWNLOADED_THIS_REPO
python -m pip install -r requirements.txt
pyinstaller.exe LootNanny.spec
This will generate the latest release executable in the dist/ folder.
-
If building with a Virtual Environment, ensure your
env\Lib\site-packages
directory is on yourPYTHONPATH
environment variable -
If you encounter
PermissionError: [WinError 5] Access is denied
errors when building viapyinstaller
, build using an elevated command prompt ( Run as Administrator )