diff --git a/README.md b/README.md index a9a036b23ca..60bd01a564b 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ For more detailed build instructions, see the Servo book under [Setting up your - Install `curl` and `python`: - Arch: `sudo pacman -S --needed curl python python-pip` - - Debian, Ubuntu: `sudo apt install curl python3-pip python3-venv` + - Debian, Ubuntu: `sudo apt install curl python3-pip python3-venv python3-setuptools` - Fedora: `sudo dnf install curl python3 python3-pip python3-devel` - Gentoo: `sudo emerge net-misc/curl dev-python/pip` - Install `rustup`: `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`