Updated Ubuntu package requirements in README. For PE, python3-dev is required.

This commit is contained in:
Virgil Dupras 2012-06-06 15:44:21 -04:00
parent 8efeab7b40
commit 392a802ef1
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -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.