sudo python setup.py install
cd ..
</source>
== mpi4py ==
Remember to check, if there are newer versions of [https://bitbucket.org/mpi4py/mpi4py/downloads mpi4py]. <br>
The [https://code.google.com/p/mpi4py/ mpi4py] libraries can be installed on all Linux systems by typing [http://mpi4py.scipy.org/docs/usrman/install.html or check instructions here.]:
<source lang="bash">
wget https://bitbucket.org/mpi4py/mpi4py/downloads/mpi4py-1.3.1.tar.gz
tar -xzf mpi4py-1.3.1.tar.gz
cd mpi4py-1.3.1
python setup.py build
sudo python setup.py install
</source>