-
Notifications
You must be signed in to change notification settings - Fork 1
2. Installing dependencies manually
teamopulence edited this page Sep 16, 2021
·
3 revisions
-
Download Python 3.8: https://www.python.org/ftp/python/3.8.0/python-3.8.0-amd64.exe
-
Open a command prompt as Administrator
-
Update the package management system for Python: py -3 -mpip install --upgrade pip
-
Install the asyncio Python package: py -3 -mpip install asyncio
-
Install the requests Python package: py -3 -mpip install requests
-
Install the Discord Python package: py -3 -mpip install discord
-
Download and configure del.py manually. Guide can be found here: https://github.com/teamopulence/discord/wiki/3.-Installing-delete-script-manually