-
Notifications
You must be signed in to change notification settings - Fork 5
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
Is it possible to reduce the installation footprint? #15
Comments
Looks like it'll be a good time for some You can safely delete everything but the |
OK, usually 'pip install' installs everything in a regular Python location for libraries. After that the whole folder could be deleted. Tests and docs should not go there. |
That's correct. Unfortunately, the PEP 541 request for Minim has not been approved yet. I may put out wheels under Releases so you can grab those instead (you would lose immediate updates through |
Would the wheels include only sources without tests and docs? Thanks! |
Yes, Python wheels will only include the Python source code. I will build and release wheels once I'm done with the Discogs submodule, but there's no ETA unfortunately as I am busy with other aspects of my life currently. Hope to provide an update soon, though! |
It needs more than 100MB of disk space when installed on a Raspberry Pi. Is it possible to reduce that size?
What could be safely deleted after installation or from the requirements.txt?
Is it OK to use requirements_minimal.txt instead of requirements.txt?
Thank you!
The text was updated successfully, but these errors were encountered: