Added "git+" to install command under "Create a cog" docs (#1073)

This commit is contained in:
Jay Turner 2017-11-02 15:43:21 +00:00 committed by Kowlin
parent 1a89eba9e6
commit dc4fb6d7c3

View File

@ -19,7 +19,7 @@ Getting started
To start off, be sure that you have installed Python 3.5 or higher (if you To start off, be sure that you have installed Python 3.5 or higher (if you
are on Windows, stick with 3.5). Open a terminal or command prompt and type are on Windows, stick with 3.5). Open a terminal or command prompt and type
:code:`pip install --process-dependency-links -U https://github.com/Cog-Creators/Red-DiscordBot@V3/develop#egg=redbot[test]` :code:`pip install --process-dependency-links -U git+https://github.com/Cog-Creators/Red-DiscordBot@V3/develop#egg=redbot[test]`
(note that if you get an error with this, try again but put :code:`python -m` in front of the command (note that if you get an error with this, try again but put :code:`python -m` in front of the command
This will install the latest version of V3. This will install the latest version of V3.