From e94fb455274d78969922082bb9822f88345984d5 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 621a69500..b2112f9d6 100644 --- a/README.rst +++ b/README.rst @@ -27,6 +27,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