Skip to content

Commit 32dbbef

Browse files
committed
small changes to README
1 parent 6889ecb commit 32dbbef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A Python library to manipulate the [Neuro Imaging Data Model](http://nidm.nidash
1212

1313

1414
## creating a conda environment and installing the library (tested with OSX)
15-
* `conda create -n pynidm_py3 python=3 pytest graphviz -y`
15+
* `conda create -n pynidm_py3 python=3`
1616
* `source activate pynidm_py3`
1717
* `cd PyNIDM`
1818
* `pip install -e .`

0 commit comments

Comments
 (0)