2.2.1. Boing on Ubuntu 12.04

It is possible to install both Python and PyQt directly from the standard repositories by typing in a terminal:

sudo apt-get install python3-pyqt4 python3-setuptools python3-numpy

In order to complete the installation, open a terminal and type:

cd <BOING-DIRECTORY>
sudo python3.2 setup.py install

2.2.1.1. Other Ubuntu releases

Contents

Previous topic

2. Installing Boing

Next topic

2.2.2. Boing on OS X 10.8 and 10.7