From d0ce48db06c121028e723ad3375186ab0fb961da Mon Sep 17 00:00:00 2001 From: noriaki watanabe Date: Sun, 7 Jan 2024 20:25:19 +0900 Subject: [PATCH] Fix installation instructions for Python on Debian-like distributions in README (#31015) Signed-off-by: nnabeyang --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`