LinuxCommandLibrary

circup

The CircuitPython library updater.

TLDR

Interactively update modules on a device

$ circup update
copy


Install a new library
$ circup install [library_name]
copy


Search for a library
$ circup show [partial_name]
copy


List all libraries on a connected device in requirements.txt format
$ circup freeze
copy


Save all libraries on a connected device in the current directory
$ circup freeze -r
copy

Copied to clipboard