File: ubuntu.rst

package info (click to toggle)
nipy 0.1.2%2B20100526-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 11,992 kB
  • ctags: 13,434
  • sloc: python: 47,720; ansic: 41,334; makefile: 197
file content (29 lines) | stat: -rw-r--r-- 660 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
28
29
===================================
 Ubuntu / debian developer install
===================================

See :ref:`installation`

This assumes a recent (Ubuntu >= 8.04) version.

Requirements::

   sudo apt-get build-essential
   sudo apt-get install python-dev
   sudo apt-get install python-numpy python-numpy-dev python-scipy
   sudo apt-get install liblapack-dev
   sudo apt-get install python-sympy

Options::

   sudo apt-get install ipython
   sudo apt-get install python-matplotlib
   sudo apt-get install mayavi2

For getting the code via version control::

   sudo apt-get install git-core

Then follow the instructions at :ref:`trunk_download`