You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please ensure all dependencies are available on the CircuitPython filesystem.
@@ -52,12 +54,14 @@ Quick Start Summary:
52
54
sudo raspi-config
53
55
54
56
* Update your system to the latest version.
57
+
55
58
.. code-block:: shell
56
59
57
60
sudo apt-get update
58
61
sudo apt-get upgrade
59
62
60
63
* Update the python tools
64
+
61
65
.. code-block:: shell
62
66
63
67
sudo pip3 install --upgrade setuptools
@@ -106,7 +110,9 @@ To install in a virtual environment in your current project:
106
110
Usage Example
107
111
=============
108
112
* `Qwiic Joystick Hookup Guide <https://learn.sparkfun.com/tutorials/qwiic-joystick-hoookup-guide>`_ - The Arduino examples in the Hookup Guide are available for Python with this library
113
+
109
114
* `CircuitPython on a Raspberry Pi <https://learn.adafruit.com/circuitpython-on-raspberrypi-linux>`_ - Basic information on how to install CircuitPython on a Raspberry Pi.
0 commit comments