Skip to content

Install PyECLOUD on Ubuntu

giadarol edited this page Apr 3, 2016 · 4 revisions

On Ubuntu 14.04 the following steps need to be performed to run PyECLOUD:

sudo apt-get install python-numpy
sudo apt-get install python-scipy
sudo apt-get install python-matplotlib
sudo apt-get install python-pip
sudo pip install cython
sudo apt-get install fortran

Then clone and install PyECLOUD, PyPIC and optionally PyKLU (recommended) following the instruction in the page:

Clone this wiki locally