Skip to content

Commit e971c5d

Browse files
authored
Fixed spacing
1 parent 9a07833 commit e971c5d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,19 @@ On supported GNU/Linux systems like the Raspberry Pi, you can install the driver
3434
PyPI <https://pypi.org/project/adafruit-circuitpython-rtttl/>`_. To install for current user:
3535

3636
.. code-block:: shell
37+
3738
pip3 install adafruit-circuitpython-rtttl
39+
3840
To install system-wide (this may be required in some cases):
3941

4042
.. code-block:: shell
43+
4144
sudo pip3 install adafruit-circuitpython-rtttl
45+
4246
To install in a virtual environment in your current project:
4347

4448
.. code-block:: shell
49+
4550
mkdir project-name && cd project-name
4651
python3 -m venv .env
4752
source .env/bin/activate

0 commit comments

Comments
 (0)