summaryrefslogtreecommitdiff
path: root/doc/users/quickstart.rst
blob: 85581d756c12eeee14a04f5c9c8ea724ec2117e6 (plain)
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`.