Installing#

Lavapy requires Python 3.8 or higher. You can download the latest version of python here.

To install Lavapy, use one of the commands below:

# Windows
py -3.8 -m pip install -U lavapy

# Linux/macOS
python3.8 -m pip install -U lavapy

Lavapy also requires Lavalink 3.3 or above (preferably 3.4). See How do I run Lavalink.jar? for how to set it up.