How to install PyQt4 in anaconda?

anaconda, pyqt, pyqt4, python

Solution

FYI

PyQt is now available on all platforms via conda! Use `conda install pyqt` to get these #Python bindings for the Qt framework. @ 1:02 PM - 1 May 2014

https://twitter.com/ContinuumIO/status/461958764451880960

Problem

From the PyQt4 website their instructions for installing the package are to download the tarball and use the config file. I have two versions of Python, one is my normal system and the other is within anaconda. I'm not sure how I get this to install within anaconda. Is there a conda command to install PyQt4?

Original source