Skip to content

Commit 00eb1cd

Browse files
authored
Fixed spacing issues
1 parent 068a99b commit 00eb1cd

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
@@ -37,14 +37,19 @@ On supported GNU/Linux systems like the Raspberry Pi, you can install the driver
3737
PyPI <https://pypi.org/project/adafruit-circuitpython-ra8875/>`_. To install for current user:
3838

3939
.. code-block:: shell
40+
4041
pip3 install adafruit-circuitpython-ra8875
42+
4143
To install system-wide (this may be required in some cases):
4244

4345
.. code-block:: shell
46+
4447
sudo pip3 install adafruit-circuitpython-ra8875
48+
4549
To install in a virtual environment in your current project:
4650

4751
.. code-block:: shell
52+
4853
mkdir project-name && cd project-name
4954
python3 -m venv .env
5055
source .env/bin/activate

0 commit comments

Comments
 (0)