Skip to content

Commit a09c89f

Browse files
authored
Fixed spacing
1 parent 53c85f8 commit a09c89f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.rst

+5
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,19 @@ On supported GNU/Linux systems like the Raspberry Pi, you can install the driver
3535
PyPI <https://pypi.org/project/adafruit-circuitpython-simpleio/>`_. To install for current user:
3636

3737
.. code-block:: shell
38+
3839
pip3 install adafruit-circuitpython-simpleio
40+
3941
To install system-wide (this may be required in some cases):
4042

4143
.. code-block:: shell
44+
4245
sudo pip3 install adafruit-circuitpython-simpleio
46+
4347
To install in a virtual environment in your current project:
4448

4549
.. code-block:: shell
50+
4651
mkdir project-name && cd project-name
4752
python3 -m venv .env
4853
source .env/bin/activate

0 commit comments

Comments
 (0)