From ab5e175b25f3470cc6c6dbcbaf3a0d53e02169e3 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Mon, 21 Sep 2020 03:39:19 -0400 Subject: [PATCH] Use quotes when installing in the README Other shells have a hard time with square brackets. Closes #5821 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6ec34aa30..bde42ed47 100644 --- a/README.rst +++ b/README.rst @@ -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]