Skip to content

Commit 6430a37

Browse files
authored
Fix first code block in README (#3205)
1 parent 753de6d commit 6430a37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ Getting Started
4343
Assuming that you have a supported version of Python installed, you can first
4444
set up your environment with:
4545

46-
..code-block:: sh
46+
.. code-block:: sh
47+
4748
$ python -m venv .venv
4849
...
4950
$ . .venv/bin/activate

0 commit comments

Comments
 (0)