File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -38,13 +38,15 @@ This is easily achieved by downloading
38
38
39
39
Raspberry Pi Setup
40
40
------------------
41
- Adafruit has an excellent tutorial on this:
42
- `Installing CircuitPython Libraries on Raspberry Pi
41
+ Adafruit has an excellent tutorial on `Installing CircuitPython Libraries on Raspberry Pi
43
42
<https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi/> `_.
44
43
45
44
Quick Start Summary:
45
+
46
46
* Start with the latest version of Raspbian with Wifi configured.
47
+
47
48
* Enable SSH, I2C and SPI.
49
+
48
50
.. code-block :: shell
49
51
50
52
sudo raspi-config
@@ -60,22 +62,23 @@ Quick Start Summary:
60
62
61
63
sudo pip3 install --upgrade setuptools
62
64
(If pip3 is not installed, install it and rerun the command)
65
+
63
66
.. code-block :: shell
64
67
sudo apt-get install python3-pip
68
+
65
69
* Install the CircuitPython libraries
66
70
.. code-block :: shell
67
71
68
72
pip3 install RPI.GPIO
69
73
pip3 install adafruit-blinka
70
- pip3 install
71
-
72
74
73
75
Installing from PyPI
74
76
--------------------
75
77
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
76
- PyPI <https://pypi.org/project/sparkfun-circuitpython-qwiicjoystick/> `_. To install for current user:
77
- Installing this library will also install the dependency adafruit-circuitpython-busdevice.
78
+ PyPI <https://pypi.org/project/sparkfun-circuitpython-qwiicjoystick/> `_. Installing this
79
+ library will also install the dependency adafruit-circuitpython-busdevice.
78
80
81
+ To install for current user:
79
82
80
83
.. code-block :: shell
81
84
You can’t perform that action at this time.
0 commit comments