Skip to content

Commit 1475993

Browse files
akbakb
authored andcommitted
Document pipx
1 parent fc385c1 commit 1475993

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ Get it with pip:
2424
2525
python3.7 -m pip install mario
2626
27-
If you're not inside a virtualenv, you might get a PermissionsError. In that case, try using:
27+
If you're not inside a virtualenv, you might get a `PermissionsError`. In that case, try using:
2828

2929
.. code-block:: bash
3030
3131
python3.7 -m pip install --user mario
3232
3333
or for more flexibility and safety, use `pipx <https://github.com/pipxproject/pipx/>`_:
3434

35-
.. code-block::bash
35+
.. code-block:: bash
3636
3737
pipx install --python python3.7 mario
3838

0 commit comments

Comments
 (0)