Skip to content

Commit cdf95cd

Browse files
committed
fixed another README.rst issue blocking build
1 parent 8c8c50a commit cdf95cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ Dependencies
2929
This driver depends on:
3030

3131
* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython>`_
32+
3233
* `Adafruit Bus Device <https://github.com/adafruit/Adafruit_CircuitPython_BusDevice>`_
34+
3335
* `Qwiic Joystick Hardware <https://github.com/sparkfun/Qwiic_Joystick>`_
3436

3537
Please ensure all dependencies are available on the CircuitPython filesystem.
@@ -52,12 +54,14 @@ Quick Start Summary:
5254
sudo raspi-config
5355
5456
* Update your system to the latest version.
57+
5558
.. code-block:: shell
5659
5760
sudo apt-get update
5861
sudo apt-get upgrade
5962
6063
* Update the python tools
64+
6165
.. code-block:: shell
6266
6367
sudo pip3 install --upgrade setuptools
@@ -106,7 +110,9 @@ To install in a virtual environment in your current project:
106110
Usage Example
107111
=============
108112
* `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+
109114
* `CircuitPython on a Raspberry Pi <https://learn.adafruit.com/circuitpython-on-raspberrypi-linux>`_ - Basic information on how to install CircuitPython on a Raspberry Pi.
115+
110116
* Code Example:
111117

112118
.. code-block:: shell

0 commit comments

Comments
 (0)