From 4c1b5c342947a4fdbd63dcc99c2bb0d487c6b4ec Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Thu, 1 Aug 2013 15:13:32 -0700 Subject: [PATCH] Correct URL for pip install editable in docs Refs # 975 --- docs/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index ee9e2d17..d09e40c7 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -41,7 +41,7 @@ method:: If you have Git installed and prefer to install the latest bleeding-edge version of Pelican rather than a stable release, use the following command:: - $ pip install -e git://github.com/getpelican/pelican#egg=pelican + $ pip install -e git+https://github.com/getpelican/pelican.git#egg=pelican If you plan on using Markdown as a markup format, you'll need to install the Markdown library as well::