Skip to content

Commit

Permalink
Add note about using venvs on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapptz committed Oct 22, 2024
1 parent c8ecbd8 commit e94fb45
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e94fb45

Please sign in to comment.