diff --git a/docs/install_linux_mac.rst b/docs/install_linux_mac.rst index a8861d0cd..f57cca5e6 100644 --- a/docs/install_linux_mac.rst +++ b/docs/install_linux_mac.rst @@ -444,7 +444,7 @@ Or, to install with PostgreSQL support: .. code-block:: none python -m pip install -U pip setuptools wheel - python -m pip install -U Red-DiscordBot[postgres] + python -m pip install -U "Red-DiscordBot[postgres]" .. note::