diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2015-12-29 17:44:02 -0500 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2015-12-29 17:44:30 -0500 |
| commit | cf23dae2ee5a5c8c00efaec245b8aa470dac2ccc (patch) | |
| tree | 3990549764a6b6d9489640754713671f07da76d4 | |
| parent | 27a1834ce522e3ec7fe4726b1661de16ee30c503 (diff) | |
| download | rust-cf23dae2ee5a5c8c00efaec245b8aa470dac2ccc.tar.gz rust-cf23dae2ee5a5c8c00efaec245b8aa470dac2ccc.zip | |
We actually require python 2.7
Fixes #30618
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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` |
