UPDATED GUIDE: Use CircUp to easily keep your CircuitPython libraries up to date @ntoll @circuitpython #circuitpython #AdafruitLearningSystem @Adafruit @MakerMelissa

Updated Guide: Use CircUp to easily keep your CircuitPython libraries up to date

This guide has been updated with the latest features such as the ability to work with both PY and MPY file, the ability to show all available libraries, the ability to install libraries through the command line, and an automatic updater that will update all of your libraries.

Do you have one or more devices running CircuitPython and you find all the frequent library updates by the hard-working Adafruit folks and community members hard to keep up with? Well then CircUp may just be the tool for you.

CircUp is a utility written by Nicholas Tollervey that looks at all the libraries inside of the lib folder on your connected CircuitPython device. It can tell you what version each of them is, if there are any out of date libraries, and if they are out of date, it can automatically go to the repo, download and update the library for you. It’s still in the early stages of development, but already works quite well.

Read More.