aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorVincent Ricard <magic@magicninja.org>2021-03-10 20:05:38 +0100
committerVincent Ricard <magic@magicninja.org>2021-03-29 20:37:10 +0200
commit1f22af9f47c8a5de200e852a100fbd400979b399 (patch)
tree32744c1fad23c4f2ec4e8506a5cab13c78d579be /README.md
parent9f7e7cfa502fca77f5e09dad97f39bb0a24fb317 (diff)
downloadservo-1f22af9f47c8a5de200e852a100fbd400979b399.tar.gz
servo-1f22af9f47c8a5de200e852a100fbd400979b399.zip
Remove the Ubuntu get-pip part
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 0 insertions, 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