1
0
Fork 0
forked from github/pelican

Correct URL for pip install editable in docs

Refs # 975
This commit is contained in:
Justin Mayer 2013-08-01 15:13:32 -07:00
commit 4c1b5c3429

View file

@ -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::