Skip to content

Commit

Permalink
Use quotes when installing in the README
Browse files Browse the repository at this point in the history
Other shells have a hard time with square brackets.

Closes Rapptz#5821
  • Loading branch information
Rapptz committed Sep 21, 2020
1 parent f4debbd commit 08ac8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Otherwise to get voice support you should run the following command:
.. code:: sh
# Linux/macOS
python3 -m pip install -U discord.py[voice]
python3 -m pip install -U "discord.py[voice]"
# Windows
py -3 -m pip install -U discord.py[voice]
Expand Down

0 comments on commit 08ac8d9

Please sign in to comment.