diff options
author | noriaki watanabe <nabeyang@gmail.com> | 2024-01-07 20:25:19 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-07 11:25:19 +0000 |
commit | d0ce48db06c121028e723ad3375186ab0fb961da (patch) | |
tree | 0cf42ca969a6e43ec336481ca30197a17f234bf4 /README.md | |
parent | 4132bc920b829a82dafae39ff66f2a56c353f46f (diff) | |
download | servo-d0ce48db06c121028e723ad3375186ab0fb961da.tar.gz servo-d0ce48db06c121028e723ad3375186ab0fb961da.zip |
Fix installation instructions for Python on Debian-like distributions in README (#31015)
Signed-off-by: nnabeyang <nabeyang@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 6b3b0ebbec9..0bd546570e0 100644 --- a/README.md +++ b/README.md @@ -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` |