]> git.lizzy.rs Git - rust.git/blobdiff - README.md
Auto merge of #71292 - marmeladema:queries-local-def-id, r=eddyb
[rust.git] / README.md
index 6f184e252182a80dc25e7ed953df8542488e4bac..00bb501941dd76c5845cd04476c405801855d7fe 100644 (file)
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ or reading the [rustc dev guide][rustcguidebuild].
 1. Make sure you have installed the dependencies:
 
    * `g++` 5.1 or later or `clang++` 3.5 or later
-   * `python` 2.7 (but not 3.x)
+   * `python` 3 or 2.7
    * GNU `make` 3.81 or later
    * `cmake` 3.4.3 or later
    * `curl`
@@ -113,7 +113,7 @@ build.
                make \
                diffutils \
                tar \
-               mingw-w64-x86_64-python2 \
+               mingw-w64-x86_64-python \
                mingw-w64-x86_64-cmake \
                mingw-w64-x86_64-gcc
    ```