SamplerBox
SamplerBox copied to clipboard
Make it pip installable
The python dependencies are now defined in the package itself. This makes it possible to conditionally install dependencies based on python versions. Furthermore this makes it possible to install it as a pip package from pypi
Tested on
- raspberrpy pi 1 Raspbian GNU/Linux 11 (bullseye)
- x86-64 Debian GNU/Linux 12 (bookworm)
This should not be merged before https://github.com/josephernest/SamplerBox/pull/62
If https://github.com/josephernest/SamplerBox/pull/62 is not merged this still can be used by adding python_requires='<3.9'