We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ce3e4 commit 89b6be2Copy full SHA for 89b6be2
README.rst
@@ -157,6 +157,24 @@ Usage Example
157
# use QwiicJoystick(i2c, address) for a different address
158
# joystick = QwiicJoystick(i2c, 0x21)"""
159
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
174
175
+ sudo pip3 install --upgrade sparkfun-circuitpython-qwiicjoystick
176
177
178
Contributing
179
============
180
0 commit comments