@@ -6,16 +6,16 @@ Installation
66
77You can use ``pip `` to install the ``jack `` module::
88
9- python3 -m pip install JACK-Client
9+ python -m pip install JACK-Client
1010
1111Depending on your Python installation (see `Requirements `_ below),
12- you may have to use ``python `` instead of ``python3 ``.
12+ you may have to use ``python3 `` instead of ``python ``.
1313If you have installed the module already, you can use the ``--upgrade `` flag to
1414get the newest release.
1515
1616To un-install, use::
1717
18- python3 -m pip uninstall JACK-Client
18+ python -m pip uninstall JACK-Client
1919
2020Requirements
2121------------
@@ -38,7 +38,7 @@ pip/setuptools:
3838 page.
3939 If you happen to have ``pip `` but not ``setuptools ``, use this command::
4040
41- python3 -m pip install setuptools
41+ python -m pip install setuptools
4242
4343 To upgrade to a newer version of an already installed package (including
4444 ``pip `` itself), use the ``--upgrade `` flag.
@@ -71,7 +71,7 @@ NumPy (optional):
7171 You can also install NumPy with ``pip ``, but depending on your platform, this
7272 might require a compiler and several additional libraries::
7373
74- python3 -m pip install NumPy
74+ python -m pip install NumPy
7575
7676.. _JACK : https://jackaudio.org/
7777.. _NumPy : https://numpy.org/
0 commit comments