From 392a802ef14cc570204b9500afd4c31488f5b37d Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Wed, 6 Jun 2012 15:44:21 -0400 Subject: [PATCH] Updated Ubuntu package requirements in README. For PE, python3-dev is required. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index c06ee947..4d82e402 100644 --- a/README +++ b/README @@ -86,7 +86,7 @@ ended up with problems. Whenever you have a problem, always double-check that you're running the correct python version. You'll probably have to tweak your $PATH. -To setup a build machine under Ubuntu 12.04 and up, install those packages: python3, python3-pyqt4, +To setup a build machine under Ubuntu 12.04 and up, install those packages: python3-dev, python3-pyqt4, pyqt4-dev-tools, mercurial and then python3-setuptools. Once you've done that, install pip with `easy_install`. Once you've done that, you can then perform "The easy way!" installation.