Skip to content

2. Installing dependencies manually

teamopulence edited this page Sep 16, 2021 · 3 revisions
  1. Download Python 3.8: https://www.python.org/ftp/python/3.8.0/python-3.8.0-amd64.exe

  2. Open a command prompt as Administrator https://i.imgur.com/YBNXpTH.png

  3. Update the package management system for Python: py -3 -mpip install --upgrade pip https://i.imgur.com/HzXTXxD.png

  4. Install the asyncio Python package: py -3 -mpip install asyncio https://i.imgur.com/1jr5wam.png

  5. Install the requests Python package: py -3 -mpip install requests https://i.imgur.com/otPwD4I.png

  6. Install the Discord Python package: py -3 -mpip install discord https://i.imgur.com/FcfTa7G.png

  7. Download and configure del.py manually. Guide can be found here: https://github.com/teamopulence/discord/wiki/3.-Installing-delete-script-manually

Clone this wiki locally