Skip to content

Commit a8cea60

Browse files
authored
Update README.rst
1 parent e78300c commit a8cea60

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

async/README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,16 @@ Console Prefixes
1717
Installing discord.py
1818
---------------------
1919

20+
(Replace ``<prefix>`` with the aforementioned prefix)
21+
22+
First uninstall any previously installed version of discord.py.
2023
In Terminal, CMD, or any command-line console, type in the following:
2124

25+
``<prefix> -m pip uninstall discord.py``
26+
27+
And install the async version of discord.py:
28+
2229
``<prefix> -m pip install -U discord.py[voice]``
23-
(Replace ``<prefix>`` with the aforementioned prefix)
2430

2531
If you're using a venv, don't forget to activate it!
2632

0 commit comments

Comments
 (0)