ubopod / ubo-hal

This repo includes code for communicating and interfacing with Ubo hardware peripherals
GNU General Public License v3.0
1 stars 2 forks source link

Improve package install reliability #12

Open zytegalaxy opened 1 year ago

zytegalaxy commented 1 year ago

Maintaining pip packages can require a lot of work over time and an elegant solution can save a lot of unnecessary work down the road.

Poetry can be a great candidate but seems like that it has its own challenges on Raspberry Pi.

This is a work in progress and please do let me know if you have any suggestions.