commands.sh

circup

all

The CircuitPython library updater.

More info →

Options (1)

-r, --requirementboolean

Save all libraries on a connected device in `requirements.txt` in current directory

Example: circup freeze {{[-r|--requirement]}}

Examples (5)

Interactively update modules on a device

circup update

Install a new library

circup install library_name

Search for a library

circup show partial_name

List all libraries on a connected device in `requirements.txt` format

Save all libraries on a connected device in `requirements.txt` in current directory

circup freeze [-r|--requirement]
made by @shridhargupta | data from tldr-pages