You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decrease the installer file size by using pyinstaller inside a local environment. This should hopefully only force it to include packages which the program needs rather than all the one I have installed.
The text was updated successfully, but these errors were encountered:
- Created a virtual environment to only include required packages in the installer.
- This helped decrease the installer's file size by around 50%.
- Removed modules in requirements.txt file which are already included in the base python installation.
- Closed#31
Decrease the installer file size by using pyinstaller inside a local environment. This should hopefully only force it to include packages which the program needs rather than all the one I have installed.
The text was updated successfully, but these errors were encountered: