diff options
| author | Rapptz <[email protected]> | 2020-09-21 03:39:19 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-09-21 03:39:19 -0400 |
| commit | ab5e175b25f3470cc6c6dbcbaf3a0d53e02169e3 (patch) | |
| tree | 7dbd572d478b30ad5071cde809cc03def67df711 /README.rst | |
| parent | Remove namedtuples to better future guard the library (diff) | |
| download | discord.py-ab5e175b25f3470cc6c6dbcbaf3a0d53e02169e3.tar.xz discord.py-ab5e175b25f3470cc6c6dbcbaf3a0d53e02169e3.zip | |
Use quotes when installing in the README
Other shells have a hard time with square brackets.
Closes #5821
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |