SamplerBox icon indicating copy to clipboard operation
SamplerBox copied to clipboard

Make it pip installable

Open dosas opened this issue 1 year ago • 0 comments

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'

dosas avatar Apr 23 '24 17:04 dosas