mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 11:48:55 -05:00
[Docs] Ensure users have setuptools and wheel (#3262)
* Ensure users have setuptools and wheel * changelog
This commit is contained in:
parent
1c75c47a9c
commit
965416de73
1
changelog.d/3262.docs.rst
Normal file
1
changelog.d/3262.docs.rst
Normal file
@ -0,0 +1 @@
|
|||||||
|
add line about setuptools and wheel
|
||||||
@ -262,18 +262,21 @@ Choose one of the following commands to install Red.
|
|||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
|
python3.8 -m pip install --user -U setuptools wheel
|
||||||
python3.8 -m pip install --user -U Red-DiscordBot
|
python3.8 -m pip install --user -U Red-DiscordBot
|
||||||
|
|
||||||
To install without additional config backend support:
|
To install without additional config backend support:
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
|
python3.8 -m pip install -U setuptools wheel
|
||||||
python3.8 -m pip install -U Red-DiscordBot
|
python3.8 -m pip install -U Red-DiscordBot
|
||||||
|
|
||||||
Or, to install with PostgreSQL support:
|
Or, to install with PostgreSQL support:
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
|
python3.8 -m pip install -U setuptools wheel
|
||||||
python3.8 -m pip install -U Red-DiscordBot[postgres]
|
python3.8 -m pip install -U Red-DiscordBot[postgres]
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|||||||
@ -82,19 +82,22 @@ Installing Red
|
|||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
|
py -3.8 -m pip install --user -U setuptools wheel
|
||||||
py -3.8 -m pip install --user -U Red-DiscordBot
|
py -3.8 -m pip install --user -U Red-DiscordBot
|
||||||
|
|
||||||
* Normal installation:
|
* Normal installation:
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
|
python -m pip install -U setuptools wheel
|
||||||
python -m pip install -U Red-DiscordBot
|
python -m pip install -U Red-DiscordBot
|
||||||
|
|
||||||
* With PostgreSQL support:
|
* With PostgreSQL support:
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
python3.8 -m pip install -U Red-DiscordBot[postgres]
|
python -m pip install -U setuptools wheel
|
||||||
|
python -m pip install -U Red-DiscordBot[postgres]
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user