Skip to content

Commit 90dbac6

Browse files
committed
correct code block syntax in pypi examples
1 parent 11e16fd commit 90dbac6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,14 @@ On the Raspberry Pi, you can install the driver locally
3636
`from PyPI <https://pypi.org/project/adafruit-circuitpython-bme280/>`_. To
3737
install system-wide, use:
3838

39-
..code-block:: shell
39+
.. code-block:: shell
40+
4041
pip3 install adafruit-circuitpython-bme280
4142
4243
To install in a virtual environment in your current project:
4344

44-
..code-block:: shell
45+
.. code-block:: shell
46+
4547
mkdir project-name && cd project-name
4648
python3 -m venv .env
4749
source .env/bin/activate

0 commit comments

Comments
 (0)