Skip to content

Commit 89b6be2

Browse files
committed
Updated readme with Upgrade instructions
1 parent 45ce3e4 commit 89b6be2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,24 @@ Usage Example
157157
# use QwiicJoystick(i2c, address) for a different address
158158
# joystick = QwiicJoystick(i2c, 0x21)"""
159159
160+
Upgrading
161+
=========
162+
On supported GNU/Linux systems like the Raspberry Pi, you can upgrade the driver locally `from
163+
PyPI <https://pypi.org/project/Sparkfun-circuitpython-qwiicjoystick/>`_.
164+
165+
To upgrade for current user:
166+
167+
.. code-block:: shell
168+
169+
pip3 install --upgrade sparkfun-circuitpython-qwiicjoystick
170+
171+
To upgrade system-wide (this may be required in some cases):
172+
173+
.. code-block:: shell
174+
175+
sudo pip3 install --upgrade sparkfun-circuitpython-qwiicjoystick
176+
177+
160178
Contributing
161179
============
162180

0 commit comments

Comments
 (0)