File: install.rst

package info (click to toggle)
pysurfer 0.3%2Bgit15-gae6cbb1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,032 kB
  • sloc: python: 1,947; makefile: 125
file content (27 lines) | stat: -rw-r--r-- 500 bytes parent folder | download
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