1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
.. _install:
Installation and Dependencies
=============================
Installing PySurfer is quite simple with easy_install_::
easy_install -U pysurfer
or pip_::
pip install pysurfer
To use PySurfer, you will need to have the following Python packages:
* numpy_
* scipy_
* ipython_
* nibabel_
* mayavi_
* matplotlib_
* PIL_
An easy option to get all of these packages is to use the Enthought
Python Distribution (EPD_) which is free for academic use.
.. include:: links_names.txt
|