Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decrease file size #31

Closed
WhenLifeHandsYouLemons opened this issue Feb 21, 2024 · 0 comments · Fixed by #49
Closed

Decrease file size #31

WhenLifeHandsYouLemons opened this issue Feb 21, 2024 · 0 comments · Fixed by #49
Assignees
Labels
important Extra attention is needed new New feature or request
Milestone

Comments

@WhenLifeHandsYouLemons
Copy link
Owner

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.

@WhenLifeHandsYouLemons WhenLifeHandsYouLemons added new New feature or request important Extra attention is needed labels Feb 21, 2024
@WhenLifeHandsYouLemons WhenLifeHandsYouLemons added this to the v1.7.0 milestone Feb 21, 2024
@WhenLifeHandsYouLemons WhenLifeHandsYouLemons linked a pull request Feb 21, 2024 that will close this issue
@WhenLifeHandsYouLemons WhenLifeHandsYouLemons removed a link to a pull request Feb 22, 2024
@WhenLifeHandsYouLemons WhenLifeHandsYouLemons modified the milestones: v1.7.0, v1.8.0 Feb 22, 2024
@WhenLifeHandsYouLemons WhenLifeHandsYouLemons modified the milestones: v1.8.0, v1.7.3 Mar 23, 2024
@WhenLifeHandsYouLemons WhenLifeHandsYouLemons linked a pull request Mar 23, 2024 that will close this issue
WhenLifeHandsYouLemons added a commit that referenced this issue Mar 25, 2024
- 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
important Extra attention is needed new New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant