This adds pyinstaller to the requierements.txt, and adds a "build.bat" which can be used to Create an Executable.
The Directories:
build/ and venv/
as well as the files AlbianWarpPythonClient.exe and AlbianWarpPythonClient.spec are added to the .gitignore so we don't accidentally add the compiled Client.
This adds pyinstaller to the requierements.txt, and adds a "build.bat" which can be used to Create an Executable.
The Directories:
build/
andvenv/
as well as the filesAlbianWarpPythonClient.exe
andAlbianWarpPythonClient.spec
are added to the.gitignore
so we don't accidentally add the compiled Client.