From 984effb628eb08382f448f442972ba0454f3df6b Mon Sep 17 00:00:00 2001 From: Rapptz Date: Tue, 22 Oct 2024 19:26:46 -0400 Subject: [PATCH] Add note about using venvs on Linux --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 063b957b1..04979fda0 100644 --- a/README.rst +++ b/README.rst @@ -57,6 +57,13 @@ Installing To install the library without full voice support, you can just run the following command: +.. note:: + + A `Virtual Environment `__ is recommended to install + the library, especially on Linux where the system Python is externally managed and restricts which + packages you can install on it. + + .. code:: sh # Linux/macOS