Fix installation instructions for Python on Debian-like distributions in README (#31015)

Signed-off-by: nnabeyang <nabeyang@gmail.com>
This commit is contained in:
noriaki watanabe 2024-01-07 20:25:19 +09:00 committed by GitHub
parent 4132bc920b
commit d0ce48db06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`