From 1d4fc854fc7f6fb34dc53e80473047930fff069b Mon Sep 17 00:00:00 2001 From: RogerVs Date: Tue, 15 Sep 2020 15:23:47 +0100 Subject: [PATCH] Update README.rst Added line to indicate how to install the voice package if the user is using zsh --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 6ec34aa30158..6d38e3f8530c 100644 --- a/README.rst +++ b/README.rst @@ -42,6 +42,9 @@ Otherwise to get voice support you should run the following command: # Linux/macOS python3 -m pip install -U discord.py[voice] + + If you are running zsh instead of the standard bash shell, you will need to use quotations for the project name, like so: + python3 -m pip install -U "discord.py[voice]" # Windows py -3 -m pip install -U discord.py[voice]