File: fedora.rst

package info (click to toggle)
nipy 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,352 kB
  • sloc: python: 39,115; ansic: 30,931; makefile: 210; sh: 93
file content (32 lines) | stat: -rw-r--r-- 696 bytes parent folder | download | duplicates (4)
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
30
31
32
==========================
 Fedora developer install
==========================

See :ref:`installation`

This assumes a recent Fedora (>=10) version.  It may work for earlier
versions - see :ref:`installation` for requirements.

This page may also hold for Fedora-based distributions such as
Mandriva and Centos.

Run all the ``yum install`` commands as root.

Requirements::

   yum install gcc-c++
   yum install python-devel
   yum install numpy scipy
   yum install sympy
   yum install atlas-devel

Options::

   yum install ipython
   yum install python-matplotlib

For getting the code via version control::

   yum install git-core

Then follow the instructions at :ref:`trunk_download`