Installation#

Stable version (PyPI)#

# For Windows
py -3 -m pip install av-discord

# For Linux / Mac OS
python3 -m pip install av-discord

Development version#

NOTE: You must have git installed. If you don’t have it, install it from here https://git-scm.com/.

git clone https://github.com/mansuf/av-discord.git
cd av-discord
python setup.py install