adafruit / circup

CircuitPython library updater.
MIT License
130 stars 37 forks source link

Upgrade flag #210

Closed FoamyGuy closed 7 months ago

FoamyGuy commented 7 months ago

resolves #209

Adds --upgrade as an option for circup install which behaves effectively the same as pip. If this flag is passed it will remove any modules found to be installed already before installing the latest one from the bundle. If the flag is omitted the default behavior is same as today which is print out a message but do not overwrite the existing one.