Adafruit_CircuitPython_Bundle icon indicating copy to clipboard operation
Adafruit_CircuitPython_Bundle copied to clipboard

Dependencies/requirements mechanism?

Open tannewt opened this issue 6 years ago • 3 comments

As the bundle grows past 2MB should we provide an essentials bundle that is just core deps like Bus Device? Maybe each library zip should include dependencies instead?

tannewt avatar May 22 '19 21:05 tannewt

I like the idea of library zips including dependencies since they're already accounted for in requirements.txt

brentru avatar May 22 '19 21:05 brentru

I'll 2nd the library zip idea using requirements.txt.

Even better would be some kind of mechanism that would allow getting all the libraries needed for a specific guide. Something like a requirements.txt that the guide author would have to create, but then there would be a single click download option available in the guide.

caternuson avatar Jul 10 '19 18:07 caternuson

This is related to https://github.com/adafruit/circuitpython-org/issues/491

dhalbert avatar Jul 05 '20 12:07 dhalbert