Skip to content

Commit f0c4d90

Browse files
committed
DOC: remove "--user" flag from installation instructions
See #264.
1 parent 337752b commit f0c4d90

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CONTRIBUTING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ newest development version (a.k.a. "master") from Github_::
9292

9393
git clone --recursive https://github.com/spatialaudio/python-sounddevice.git
9494
cd python-sounddevice
95-
python3 -m pip install -e . --user
95+
python3 -m pip install -e .
9696

9797
.. _PyPI: https://pypi.org/project/sounddevice/
9898
.. _Github: https://github.com/spatialaudio/python-sounddevice/
@@ -118,7 +118,7 @@ If you make changes to the documentation, you can locally re-create the HTML
118118
pages using Sphinx_.
119119
You can install it and a few other necessary packages with::
120120

121-
python3 -m pip install -r doc/requirements.txt --user
121+
python3 -m pip install -r doc/requirements.txt
122122

123123
To (re-)build the HTML files, use::
124124

doc/installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ about :doc:`CONTRIBUTING`.
5252

5353
To install the latest release from PyPI, use::
5454

55-
python3 -m pip install sounddevice --user
55+
python3 -m pip install sounddevice
5656

57-
If you want to install it system-wide for all users (assuming you have the
58-
necessary rights), you can just drop the ``--user`` option.
57+
Depending on your Python installation,
58+
you may have to use ``python`` instead of ``python3``.
5959
If you have installed the module already, you can use the ``--upgrade`` flag to
6060
get the newest release.
6161

0 commit comments

Comments
 (0)