====== Installation of Mayavi on Linux ======
===== Check if it is already installed =====
Type in a terminal:
python
Then in the Python environment type:
''import mayavi''
If numpy is not installed you should get the following error:
''Traceback (most recent call last):''\\
''File "", line 1, in ''\\
''ImportError: No module named mayavi''\\
===== Installation =====
Type in a terminal:
''sudo apt-get install mayavi2''