File: quickstart.rst

package info (click to toggle)
nitime 0.11-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 12,496 kB
  • sloc: python: 10,202; makefile: 95; sh: 34
file content (19 lines) | stat: -rw-r--r-- 535 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
============
 Quickstart
============

If you have never used python for anything and are interested in trying out
nitime, you can quickly get up and running, by following these 3 steps:

- Install the EPD: The Enthought Python Distribution contains all the
  dependencies for using nitime and can be downloaded from here (free for
  academics):
  http://www.enthought.com/products/getepd.php  

- Use *easy install* to get nitime: Open a terminal window and enter::


      easy_install --user nitime


- Look at the :ref:`examples`.