mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fix installation instructions for Python on Debian-like distributions in README (#31015)
Signed-off-by: nnabeyang <nabeyang@gmail.com>
This commit is contained in:
parent
4132bc920b
commit
d0ce48db06
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ manually, try the [manual build setup][manual-build].
|
|||
|
||||
- Run `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
|
||||
- Install Python
|
||||
- **Debian-like:** Run `sudo apt install python3-pip`
|
||||
- **Debian-like:** Run `sudo apt install python3-pip python3-venv`
|
||||
- **Fedora:** Run `sudo dnf install python3 python3-pip python3-devel`
|
||||
- **Arch:** Run `sudo pacman -S --needed python python-pip`
|
||||
- **Gentoo:** Run `sudo emerge dev-python/pip`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue