Skip to content

Commit

Permalink
fix markup
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra authored Dec 15, 2023
1 parent 9f0dae5 commit 1b2eabe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Next, create a `virtual environment <https://docs.python.org/3/library/venv.html

$ python3 -m venv ~/luma-env

This creates a virtual environment in the home directory called `luma-env`
and a Python executable at `~/luma-env/bin/python`.
This creates a virtual environment in the home directory called ``luma-env``
and a Python executable at ``~/luma-env/bin/python``.

Finally, install the luma libraries using in the virtual environment with::

Expand Down

0 comments on commit 1b2eabe

Please sign in to comment.