Add note about using venvs on Linux

This commit is contained in:
Rapptz 2024-10-22 19:26:46 -04:00
parent c8ecbd8d10
commit e94fb45527

View File

@ -27,6 +27,13 @@ Installing
To install the library without full voice support, you can just run the following command:
.. note::
A `Virtual Environment <https://docs.python.org/3/library/venv.html>`__ 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