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]