File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ Next release
39
39
* ENH: arrange nodes by topological sort with disconnected subgraphs
40
40
* ENH: uses the nidm iri namespace for uuids
41
41
* ENH: remove old reporting webpage
42
+ * ENH: Added support for Vagrant
42
43
43
44
* API: 'name' is now a positional argument for Workflow, Node, and MapNode constructors
44
45
* API: SPM now defaults to SPM8 or SPM12b job format
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ Running Nipype in a VM
10
10
connection.
11
11
12
12
Container technologies (Vagrant _, Docker _) allow creating and manipulating
13
- lighter weight virtual environments. The Nipype _ source now contains a
14
- Vagrantfile to launch a Vagrant _ VM.
13
+ lightweight virtual environments. The Nipype _ source now contains a Vagrantfile
14
+ to launch a Vagrant _ VM.
15
15
16
16
Requirements:
17
17
@@ -42,11 +42,11 @@ Now you can install your favorite software using::
42
42
43
43
Also note that the directory in which you call `vagrant up ` will be mounted
44
44
under `/vagrant ` inside the virtual machine. You can also copy the Vagrantfile
45
- to a different location in order to mount a different directory.
45
+ or modify it in order to mount a different directory/directories .
46
46
47
47
Please read through Vagrant _ documentation on other features. The python
48
48
environment is built using a `miniconda <http://repo.continuum.io/miniconda/ >`_
49
- distribution. Hence `conda ` can be used to do your package management inside the
50
- VM.
49
+ distribution. Hence `conda ` can be used to do your python package management
50
+ inside the VM.
51
51
52
52
.. include :: ../links_names.txt
You can’t perform that action at this time.
0 commit comments