6
6
7
7
This page covers the necessary steps to install Nipype.
8
8
9
- Download
10
- --------
11
-
12
- Current release: `<https://github.com/nipy/nipype/releases/latest >`_.
13
-
14
- Development version: [`zip <http://github.com/nipy/nipype/zipball/master >`__ `tar.gz
15
- <http://github.com/nipy/nipype/tarball/master> `__]
16
-
17
- `Prior downloads <http://github.com/nipy/nipype/tags >`_
18
-
19
- To check out the latest development version::
20
-
21
- git clone git://github.com/nipy/nipype.git
22
-
23
- or::
24
-
25
- git clone https://github.com/nipy/nipype.git
26
-
27
- Check out the list of nipype's `current dependencies <https://github.com/nipy/nipype/blob/master/requirements.txt >`_.
28
-
29
- Install
30
- -------
9
+ Nipype for users
10
+ ----------------
31
11
32
12
The installation process is similar to other Python packages.
33
13
34
14
If you already have a Python environment set up, you can do::
35
15
36
- easy_install nipype
16
+ easy_install nipype
37
17
38
18
or::
39
19
40
- pip install nipype
20
+ pip install nipype
21
+
41
22
42
23
Debian and Ubuntu
43
24
~~~~~~~~~~~~~~~~~
@@ -52,11 +33,19 @@ Mac OS X
52
33
The easiest way to get nipype running on Mac OS X is to install Anaconda _ or
53
34
Canopy _ and then add nipype by executing::
54
35
55
- easy_install nipype
36
+ easy_install nipype
37
+
56
38
57
39
From source
58
40
~~~~~~~~~~~
59
41
42
+ The current release is found here: `<https://github.com/nipy/nipype/releases/latest >`_.
43
+
44
+ The development version: [`zip <http://github.com/nipy/nipype/zipball/master >`__ `tar.gz
45
+ <http://github.com/nipy/nipype/tarball/master> `__]
46
+
47
+ For previous versions: `prior downloads <http://github.com/nipy/nipype/tags >`_
48
+
60
49
If you downloaded the source distribution named something
61
50
like ``nipype-x.y.tar.gz ``, then unpack the tarball, change into the
62
51
``nipype-x.y `` directory and install nipype using::
@@ -66,6 +55,26 @@ like ``nipype-x.y.tar.gz``, then unpack the tarball, change into the
66
55
67
56
**Note: ** Depending on permissions you may need to use ``sudo ``.
68
57
58
+
59
+ Nipype for developers
60
+ ---------------------
61
+
62
+ To check out the latest development version::
63
+
64
+ git clone git://github.com/nipy/nipype.git
65
+
66
+ or::
67
+
68
+ git clone https://github.com/nipy/nipype.git
69
+
70
+ After cloning::
71
+
72
+ python setup.py develop
73
+
74
+
75
+ Check out the list of nipype's `current dependencies <https://github.com/nipy/nipype/blob/master/requirements.txt >`_.
76
+
77
+
69
78
Testing the install
70
79
-------------------
71
80
0 commit comments