mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
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>
This commit is contained in:
parent
717baff17b
commit
0d3fad156a
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ For more detailed build instructions, see the Servo book under [Setting up your
|
||||||
|
|
||||||
- Install `curl` and `python`:
|
- Install `curl` and `python`:
|
||||||
- Arch: `sudo pacman -S --needed curl python python-pip`
|
- 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`
|
- Fedora: `sudo dnf install curl python3 python3-pip python3-devel`
|
||||||
- Gentoo: `sudo emerge net-misc/curl dev-python/pip`
|
- Gentoo: `sudo emerge net-misc/curl dev-python/pip`
|
||||||
- Install `rustup`: `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
|
- Install `rustup`: `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue