From 1f22af9f47c8a5de200e852a100fbd400979b399 Mon Sep 17 00:00:00 2001 From: Vincent Ricard Date: Wed, 10 Mar 2021 20:05:38 +0100 Subject: [PATCH] Remove the Ubuntu get-pip part --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 9e912f72ca5..d7393b55c4d 100644 --- a/README.md +++ b/README.md @@ -72,15 +72,6 @@ sudo apt install python3-virtualenv python3-pip ./mach bootstrap ``` -If you are on Ubuntu 20.04 or higher you need to do the following to install the missing python3 bits: - -```sh -curl https://bootstrap.pypa.io/get-pip.py -sSf -o get-pip.py -python3 get-pip.py -python3 -m pip install virtualenv -sudo apt install python3-dev -``` - If `./mach bootstrap` doesn't work, file a bug, and, run the commands below: ``` sh