Skip to content

Commit

Permalink
Updated readme with Upgrade instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
fourstix committed Nov 14, 2021
1 parent 45ce3e4 commit 89b6be2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,24 @@ Usage Example
# use QwiicJoystick(i2c, address) for a different address
# joystick = QwiicJoystick(i2c, 0x21)"""
Upgrading
=========
On supported GNU/Linux systems like the Raspberry Pi, you can upgrade the driver locally `from
PyPI <https://pypi.org/project/Sparkfun-circuitpython-qwiicjoystick/>`_.

To upgrade for current user:

.. code-block:: shell
pip3 install --upgrade sparkfun-circuitpython-qwiicjoystick
To upgrade system-wide (this may be required in some cases):

.. code-block:: shell
sudo pip3 install --upgrade sparkfun-circuitpython-qwiicjoystick
Contributing
============

Expand Down

0 comments on commit 89b6be2

Please sign in to comment.