> For the complete documentation index, see [llms.txt](https://discord-super-utils.gitbook.io/discord-super-utils/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://discord-super-utils.gitbook.io/discord-super-utils/installation.md).

# Installation

This page will guide you through the installation progress of discord.py and discord-super-utils

## Installing required modules.

Installing discord.py is a straight forward task.

```
python -m pip install discord.py
```

To install discord.py with full voice support, use the following command:

```bash
python -m pip install discord.py[voice]
```

Now, to install discordSuperUtils, use the following command:

```bash
python -m pip install discordSuperUtils
```

{% hint style="info" %}
Also make sure [`FFMPEG`](https://www.ffmpeg.org) is installed on your system if you are going to use MusicManager.
{% endhint %}

#### Here are some tutorials for installing FFMPEG on different operating systems

* [**WINDOWS**](https://youtu.be/r1AtmY-RMyQ)
* [**MAC OS**](https://youtu.be/8nbuqYw2OCw)
* [**LINUX**](https://youtu.be/tf4p-SMw5jA)
