mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 20:28:38 +00:00
Use quotes when installing in the README
Other shells have a hard time with square brackets. Closes #5821
This commit is contained in:
parent
7f17dc79a6
commit
ab5e175b25
@ -41,7 +41,7 @@ Otherwise to get voice support you should run the following command:
|
|||||||
.. code:: sh
|
.. code:: sh
|
||||||
|
|
||||||
# Linux/macOS
|
# Linux/macOS
|
||||||
python3 -m pip install -U discord.py[voice]
|
python3 -m pip install -U "discord.py[voice]"
|
||||||
|
|
||||||
# Windows
|
# Windows
|
||||||
py -3 -m pip install -U discord.py[voice]
|
py -3 -m pip install -U discord.py[voice]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user