docs(install): remove information about voice extra (#2717)

This commit is contained in:
jack1142
2019-05-21 23:49:25 +02:00
committed by Michael H
parent 0a832cee9c
commit ced5bb4631
2 changed files with 6 additions and 18 deletions

View File

@@ -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::