linusg / rpi-backlight

🔆 A Python module for controlling power and brightness of the official Raspberry Pi 7" touch display
https://rpi-backlight.readthedocs.io
MIT License
276 stars 32 forks source link

How to update existing installation #24

Closed Rebel154 closed 4 years ago

Rebel154 commented 4 years ago

I currently have V2.0.0 installed on 2 Raspberry Pi's. Could you explain how to update these installations to the current release version please.

I've tried the following command:

pip3 install rpi-backlight

but it just returns

Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already satisfied: rpi-backlight in ./.local/lib/python3.7/site-packages (2.0.0)

Thank you.

linusg commented 4 years ago
pip3 install --upgrade rpi-backlight

https://pip.pypa.io/en/stable/quickstart/#quickstart