We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc385c1 commit 1475993Copy full SHA for 1475993
README.rst
@@ -24,15 +24,15 @@ Get it with pip:
24
25
python3.7 -m pip install mario
26
27
-If you're not inside a virtualenv, you might get a PermissionsError. In that case, try using:
+If you're not inside a virtualenv, you might get a `PermissionsError`. In that case, try using:
28
29
.. code-block:: bash
30
31
python3.7 -m pip install --user mario
32
33
or for more flexibility and safety, use `pipx <https://github.com/pipxproject/pipx/>`_:
34
35
-.. code-block::bash
+.. code-block:: bash
36
37
pipx install --python python3.7 mario
38
0 commit comments