[Docs] Ensure users have setuptools and wheel (#3262)

* Ensure users have setuptools and wheel

* changelog
This commit is contained in:
Michael H
2020-01-08 13:44:33 -05:00
committed by Kowlin
parent 1c75c47a9c
commit 965416de73
3 changed files with 8 additions and 1 deletions

View File

@@ -82,19 +82,22 @@ Installing Red
.. code-block:: none
py -3.8 -m pip install --user -U setuptools wheel
py -3.8 -m pip install --user -U Red-DiscordBot
* Normal installation:
.. code-block:: none
python -m pip install -U setuptools wheel
python -m pip install -U Red-DiscordBot
* With PostgreSQL support:
.. 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::