Skip to content

Commit e94aafc

Browse files
committed
Fixed typos in README.rst
1 parent 4a57a0a commit e94aafc

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.rst

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,15 @@ This is easily achieved by downloading
3838

3939
Raspberry Pi Setup
4040
------------------
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
4342
<https://learn.adafruit.com/circuitpython-on-raspberrypi-linux/installing-circuitpython-on-raspberry-pi/>`_.
4443

4544
Quick Start Summary:
45+
4646
* Start with the latest version of Raspbian with Wifi configured.
47+
4748
* Enable SSH, I2C and SPI.
49+
4850
.. code-block:: shell
4951
5052
sudo raspi-config
@@ -60,22 +62,23 @@ Quick Start Summary:
6062
6163
sudo pip3 install --upgrade setuptools
6264
(If pip3 is not installed, install it and rerun the command)
65+
6366
.. code-block:: shell
6467
sudo apt-get install python3-pip
68+
6569
* Install the CircuitPython libraries
6670
.. code-block:: shell
6771
6872
pip3 install RPI.GPIO
6973
pip3 install adafruit-blinka
70-
pip3 install
71-
7274
7375
Installing from PyPI
7476
--------------------
7577
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.
7880

81+
To install for current user:
7982

8083
.. code-block:: shell
8184

0 commit comments

Comments
 (0)