From ced5bb4631858b7d22c5f18337dace8697d5d0a9 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Tue, 21 May 2019 23:49:25 +0200 Subject: [PATCH] docs(install): remove information about voice extra (#2717) --- docs/install_linux_mac.rst | 12 +++--------- docs/install_windows.rst | 12 +++--------- 2 files changed, 6 insertions(+), 18 deletions(-) diff --git a/docs/install_linux_mac.rst b/docs/install_linux_mac.rst index edab2a99b..22d0c492e 100644 --- a/docs/install_linux_mac.rst +++ b/docs/install_linux_mac.rst @@ -188,23 +188,17 @@ Choose one of the following commands to install Red. If you're not inside an activated virtual environment, include the ``--user`` flag with all ``python3.7 -m pip`` commands. -To install without audio support: +To install without MongoDB support: .. code-block:: none python3.7 -m pip install -U Red-DiscordBot -Or, to install with audio support: +Or, to install with MongoDB support: .. code-block:: none - python3.7 -m pip install -U Red-DiscordBot[voice] - -Or, install with audio and MongoDB support: - -.. code-block:: none - - python3.7 -m pip install -U Red-DiscordBot[voice,mongo] + python3.7 -m pip install -U Red-DiscordBot[mongo] .. note:: diff --git a/docs/install_windows.rst b/docs/install_windows.rst index 076f83abd..d913cdb48 100644 --- a/docs/install_windows.rst +++ b/docs/install_windows.rst @@ -62,23 +62,17 @@ Installing Red If you're not inside an activated virtual environment, include the ``--user`` flag with all ``pip`` commands. - * No audio: + * No MongoDB support: .. code-block:: none python -m pip install -U Red-DiscordBot - * With audio: + * With MongoDB support: .. code-block:: none - python -m pip install -U Red-DiscordBot[voice] - - * With audio and MongoDB support: - - .. code-block:: none - - python -m pip install -U Red-DiscordBot[voice,mongo] + python -m pip install -U Red-DiscordBot[mongo] .. note::