Installation#

This page will go over the installation process of magmatic and Lavalink. After installing, see [placeholder] for instructions on getting started with using magmatic.

Installing magmatic#

Magmatic is a standard Python package. You can install it using pip.

You must have Python 3.8 or higher in order to use magmatic.

Standard installation (PyPI)#

The following will install the latest stable version of magmatic. This is recommended.

From terminal:#

GitHub installation#

You may also install from GitHub if you wish. You must have Git installed in order to do this.

Note that installing from GitHub will likely install an unstable version of magmatic. Install using the standard method above if you with to use the stable version.

The following installs magmatic from GitHub:

From terminal:#