1# Linux/macOS
2python3 -m pip install -U discord.py
3
4# Windows
5py -3 -m pip install -U discord.py
1GREAT answers, me, a noob at python did not know that I had to run the
2pip install discord.py
3INSIDE the scripts folder eg
4C:/users/ben/AppData/local/programs/python/python32/scripts (I think)