diff options
author | Martin Robinson <mrobinson@igalia.com> | 2024-01-03 14:18:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-03 13:18:39 +0000 |
commit | 51c91d2881689537ace800f87482f47b30c62956 (patch) | |
tree | a676ef574589a0d58d8377dcc0b908aa723b2e77 /README.md | |
parent | 0dbba9b6ffe0507011337c27c2709f6c4cebe1c0 (diff) | |
download | servo-51c91d2881689537ace800f87482f47b30c62956.tar.gz servo-51c91d2881689537ace800f87482f47b30c62956.zip |
bootstrap: Don't try to install Windows Python with `./mach bootstrap` (#30988)
It doesn't make sense to try to install Python using `./mach bootstrap`
since it needs Python to run. Instead separate out Python installation
into its own step in the README.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md index b03a8806758..6b3b0ebbec9 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,9 @@ manually, try the [manual build setup][manual-build]. - Download and run [`rustup-init.exe`](https://win.rustup.rs/) then follow the onscreen instructions. - Install [chocolatey](https://chocolatey.org/) + - Install [Python 3.11](https://apps.microsoft.com/detail/9NRWMJP3717K?hl=en-US&gl=US) - Run `mach bootstrap` - - *This will install CMake, Git, Ninja, Python and the Visual Studio 2019 Build Tools + - *This will install CMake, Git, Ninja, and the Visual Studio 2019 Build Tools via choco in an Administrator console. It can take quite a while.* - *If you already have Visual Studio 2019 installed, this may not install all necessary components. Please follow the Visual Studio 2019 installation instructions in the [manual setup][manual-build].* |