From dc4fb6d7c34483960e719b5c6230fc55580b1ee8 Mon Sep 17 00:00:00 2001 From: Jay Turner Date: Thu, 2 Nov 2017 15:43:21 +0000 Subject: [PATCH] Added "git+" to install command under "Create a cog" docs (#1073) --- docs/guide_cog_creation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide_cog_creation.rst b/docs/guide_cog_creation.rst index 2766e3fc2..0e2354dd0 100644 --- a/docs/guide_cog_creation.rst +++ b/docs/guide_cog_creation.rst @@ -19,7 +19,7 @@ Getting started 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 -: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 This will install the latest version of V3.