From cf23dae2ee5a5c8c00efaec245b8aa470dac2ccc Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Tue, 29 Dec 2015 17:44:02 -0500 Subject: [PATCH] We actually require python 2.7 Fixes #30618 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e5e1ca0c32..cd76de541b7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Read ["Installing Rust"] from [The Book]. 1. Make sure you have installed the dependencies: * `g++` 4.7 or `clang++` 3.x - * `python` 2.6 or later (but not 3.x) + * `python` 2.7 or later (but not 3.x) * GNU `make` 3.81 or later * `curl` * `git`