diff options
| author | mark <markm@cs.wisc.edu> | 2020-06-17 12:53:46 -0500 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2020-06-18 12:16:00 -0500 |
| commit | ecae3b8e39008d145f5bceb28906db42e5f093cc (patch) | |
| tree | f981f901b7c53b74610416847f9240ebf857f200 /src/doc/rustc-dev-guide | |
| parent | 75338b781af91c67afb37c4d4caca64173949939 (diff) | |
| download | rust-ecae3b8e39008d145f5bceb28906db42e5f093cc.tar.gz rust-ecae3b8e39008d145f5bceb28906db42e5f093cc.zip | |
python 3 also
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/getting-started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/getting-started.md b/src/doc/rustc-dev-guide/src/getting-started.md index d7d7f931442..9715403e666 100644 --- a/src/doc/rustc-dev-guide/src/getting-started.md +++ b/src/doc/rustc-dev-guide/src/getting-started.md @@ -60,7 +60,7 @@ advice.**][suggested] ### System Requirements [**See this chapter for detailed software requirements.**](./building/prerequisites.md) -Most notably, you will need Python 2 to run `x.py`. +Most notably, you will need Python 2 or 3 to run `x.py`. There are no hard hardware requirements, but building the compiler is computationally expensive, so a beefier machine will help, and I wouldn't |
