We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78300c commit a8cea60Copy full SHA for a8cea60
async/README.rst
@@ -17,10 +17,16 @@ Console Prefixes
17
Installing discord.py
18
---------------------
19
20
+(Replace ``<prefix>`` with the aforementioned prefix)
21
+
22
+First uninstall any previously installed version of discord.py.
23
In Terminal, CMD, or any command-line console, type in the following:
24
25
+``<prefix> -m pip uninstall discord.py``
26
27
+And install the async version of discord.py:
28
29
``<prefix> -m pip install -U discord.py[voice]``
-(Replace ``<prefix>`` with the aforementioned prefix)
30
31
If you're using a venv, don't forget to activate it!
32
0 commit comments