[V3 Docs] fix install commands (#1043)

* [Docs] fix install commands

* [Docs] update with option of installing from github
This commit is contained in:
palmtree5
2017-10-22 16:40:12 -08:00
committed by Will
parent 5d48e6f3b1
commit 3b96e94992
6 changed files with 69 additions and 9 deletions

View File

@@ -19,7 +19,21 @@ Installing pre-requirements
Installing Red
--------------
:code:`pip3 install red-discordbot[voice]`
Without audio:
:code:`pip3 install -U --process-dependency-links red-discordbot`
With audio:
:code:`pip3 install -U --process-dependency-links red-discordbot[voice]`
To install the development version (without audio):
:code:`pip3 install -U --process-dependency-links git+https://github.com/Cog-Creators/Red-DiscordBot@V3/develop#egg=red-discordbot`
To install the development version (with audio):
:code:`pip3 install -U --process-dependency-links git+https://github.com/Cog-Creators/Red-DiscordBot@V3/develop#egg=red-discordbot[voice]`
----------------------
Setting up an instance