From 0d3fad156a026c1e3f8595361faa71cf4295cd9a Mon Sep 17 00:00:00 2001 From: Samson <16504129+sagudev@users.noreply.github.com> Date: Mon, 14 Oct 2024 13:53:23 +0200 Subject: [PATCH] Add python3-setuptools to ubuntu apt install line (#33833) This was needed on my clean installed ubuntu 24.10. Signed-off-by: Samson <16504129+sagudev@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`