mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-11 20:04:17 +00:00
Add note about using venvs on Linux
This commit is contained in:
parent
c8ecbd8d10
commit
e94fb45527
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user