From d63acc140db95f62e851b984005fb07701d97e98 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sat, 17 Oct 2015 11:12:01 -0700 Subject: [PATCH] installation docs: specify Python 2.7 as dep for Jekyll 2 Fixes #4036. --- site/_docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/installation.md b/site/_docs/installation.md index 99709c71..f0c091f0 100644 --- a/site/_docs/installation.md +++ b/site/_docs/installation.md @@ -20,7 +20,7 @@ requirements you’ll need to make sure your system has before you start. - Linux, Unix, or Mac OS X - [NodeJS](http://nodejs.org), or another JavaScript runtime (Jekyll 2 and earlier, for CoffeeScript support). -- Python (Jekyll 2 and earlier) +- [Python 2.7](https://www.python.org/downloads/) (for Jekyll 2 and earlier)
Running Jekyll on Windows