From cd0dc6f196dd0e12591fed477d53a31edec6571a Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Tue, 15 Sep 2015 15:56:12 -0400 Subject: [PATCH] Add pip as a requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e47ba277b2..960b8e7c28a 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ On Debian-based Linuxes: ``` sh sudo apt-get install curl freeglut3-dev \ libfreetype6-dev libgl1-mesa-dri libglib2.0-dev xorg-dev \ - gperf g++ cmake python-virtualenv \ + gperf g++ cmake python-virtualenv python-pip \ libssl-dev libbz2-dev libosmesa6-dev libxmu6 libxmu-dev libglu1-mesa-dev ``` If you are on **Ubuntu 14.04** and encountered errors on installing these dependencies involving `libcheese`, see [#6158](https://github.com/servo/servo/issues/6158) for a workaround.