How to install discord.py rewrite?

前端 未结 12 1811
小蘑菇
小蘑菇 2020-12-06 18:21

I ran python3 -m pip install -U discord.py but it only installed discord.py v0.16.x. How do I install the new discord.py rewrite v1.0?

I uninstalled th

12条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-06 18:53

    1. Go to python.org and click on download python.

    2. Now, open and run it. Make sure you add python to the path. Click on Install. Once installed you can close it.

    3. Go to git-scm.com and click on Download for Windows.

    4. Once installed open it. Make sure Use git from windows command prompt is selected. Then after clicking on next on everything, click on install.

    5. Once install is finished, hit finish.

    6. Copy your script address. In my case, it was Local//Programs//Python//Python39//Scripts

    7. Open your command prompt and type cd Local//Programs//Python//Python39//Scripts. Paste your address there, mine will not work for you. Hit Enter.

    8. Then type py -3 -m pip install -U discord.py. Hit enter again. Once the install is finished close the command prompt.

    Now you are ready to go ;)

提交回复
热议问题