From eb3a1538205d680acc950f94d9225b00a3ebd2a8 Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Mon, 13 Oct 2014 21:28:15 +0100 Subject: [PATCH] Add a note about supported Python versions --- docs/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.md b/docs/index.md index 38a585fc..c59b23ab 100644 --- a/docs/index.md +++ b/docs/index.md @@ -47,6 +47,8 @@ In order to install MkDocs you'll need [Python][python] installed on your system $ pip --version pip 1.5.2 +MkDocs supports Python 2.6, 2.7, 3.3 and 3.4. + Install the `mkdocs` package using pip: $ pip install mkdocs