mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
docs(install): remove information about voice extra (#2717)
This commit is contained in:
parent
0a832cee9c
commit
ced5bb4631
@ -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
|
If you're not inside an activated virtual environment, include the ``--user`` flag with all
|
||||||
``python3.7 -m pip`` commands.
|
``python3.7 -m pip`` commands.
|
||||||
|
|
||||||
To install without audio support:
|
To install without MongoDB support:
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
python3.7 -m pip install -U Red-DiscordBot
|
python3.7 -m pip install -U Red-DiscordBot
|
||||||
|
|
||||||
Or, to install with audio support:
|
Or, to install with MongoDB support:
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
python3.7 -m pip install -U Red-DiscordBot[voice]
|
python3.7 -m pip install -U Red-DiscordBot[mongo]
|
||||||
|
|
||||||
Or, install with audio and MongoDB support:
|
|
||||||
|
|
||||||
.. code-block:: none
|
|
||||||
|
|
||||||
python3.7 -m pip install -U Red-DiscordBot[voice,mongo]
|
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
|||||||
@ -62,23 +62,17 @@ Installing Red
|
|||||||
If you're not inside an activated virtual environment, include the ``--user`` flag with all
|
If you're not inside an activated virtual environment, include the ``--user`` flag with all
|
||||||
``pip`` commands.
|
``pip`` commands.
|
||||||
|
|
||||||
* No audio:
|
* No MongoDB support:
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
python -m pip install -U Red-DiscordBot
|
python -m pip install -U Red-DiscordBot
|
||||||
|
|
||||||
* With audio:
|
* With MongoDB support:
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
python -m pip install -U Red-DiscordBot[voice]
|
python -m pip install -U Red-DiscordBot[mongo]
|
||||||
|
|
||||||
* With audio and MongoDB support:
|
|
||||||
|
|
||||||
.. code-block:: none
|
|
||||||
|
|
||||||
python -m pip install -U Red-DiscordBot[voice,mongo]
|
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user