Skip to content

Instantly share code, notes, and snippets.

@isedwards
Created September 14, 2013 10:22
Show Gist options
  • Save isedwards/6560821 to your computer and use it in GitHub Desktop.
Save isedwards/6560821 to your computer and use it in GitHub Desktop.
sudo apt-get -y install python2.7-dev
sudo apt-get -y install qt-sdk
sudo apt-get -y --force-yes install cmake
sudo apt-get -y git
# the following two lines may not be necessary
wget https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py
sudo python ez_setup.py
mkdir -p ~/git
cd ~/git
git clone https://github.com/PySide/pyside-setup.git pyside-setup
cd pyside-setup
python2.7 setup.py bdist_egg --version=1.2.1
sudo easy_install-2.7 dist/PySide-1.2.1-py2.7.egg
sudo python2.7 pyside_postinstall.py -install
cd ~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment