diff options
author | Vincent Ricard <magic@magicninja.org> | 2021-03-10 20:05:38 +0100 |
---|---|---|
committer | Vincent Ricard <magic@magicninja.org> | 2021-03-29 20:37:10 +0200 |
commit | 1f22af9f47c8a5de200e852a100fbd400979b399 (patch) | |
tree | 32744c1fad23c4f2ec4e8506a5cab13c78d579be /README.md | |
parent | 9f7e7cfa502fca77f5e09dad97f39bb0a24fb317 (diff) | |
download | servo-1f22af9f47c8a5de200e852a100fbd400979b399.tar.gz servo-1f22af9f47c8a5de200e852a100fbd400979b399.zip |
Remove the Ubuntu get-pip part
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
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 |