Skip to content

Commit e94fb45

Browse files
committed
Add note about using venvs on Linux
1 parent c8ecbd8 commit e94fb45

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.rst

+7
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ Installing
2727

2828
To install the library without full voice support, you can just run the following command:
2929

30+
.. note::
31+
32+
A `Virtual Environment <https://docs.python.org/3/library/venv.html>`__ is recommended to install
33+
the library, especially on Linux where the system Python is externally managed and restricts which
34+
packages you can install on it.
35+
36+
3037
.. code:: sh
3138
3239
# Linux/macOS

0 commit comments

Comments
 (0)