@@ -32,7 +32,7 @@ pip/setuptools:
3232 page.
3333 If you happen to have ``pip `` but not ``setuptools ``, use this command::
3434
35- python3 -m pip install setuptools --user
35+ python3 -m pip install setuptools
3636
3737 To upgrade to a newer version of an already installed package (including
3838 ``pip `` itself), use the ``--upgrade `` flag.
4545 manager (the package might be called ``python3-cffi `` or similar), or you can
4646 get it with::
4747
48- python3 -m pip install cffi --user
48+ python3 -m pip install cffi
4949
5050JACK library:
5151 The JACK _ library must be installed on your system (and CFFI must be able
@@ -66,7 +66,7 @@ NumPy (optional):
6666 You can also install NumPy with ``pip ``, but depending on your platform, this
6767 might require a compiler and several additional libraries::
6868
69- python3 -m pip install NumPy --user
69+ python3 -m pip install NumPy
7070
7171.. _JACK : https://jackaudio.org/
7272.. _NumPy : https://numpy.org/
@@ -84,10 +84,8 @@ Installation
8484Once you have installed the above-mentioned dependencies, you can use pip
8585to download and install the latest release with a single command::
8686
87- python3 -m pip install JACK-Client --user
87+ python3 -m pip install JACK-Client
8888
89- If you want to install it system-wide for all users (assuming you have the
90- necessary rights), you can just drop the ``--user `` option.
9189If you have installed the module already, you can use the ``--upgrade `` flag to
9290get the newest release.
9391
0 commit comments