We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6889ecb commit 32dbbefCopy full SHA for 32dbbef
README.md
@@ -12,7 +12,7 @@ A Python library to manipulate the [Neuro Imaging Data Model](http://nidm.nidash
12
13
14
## creating a conda environment and installing the library (tested with OSX)
15
- * `conda create -n pynidm_py3 python=3 pytest graphviz -y`
+ * `conda create -n pynidm_py3 python=3`
16
* `source activate pynidm_py3`
17
* `cd PyNIDM`
18
* `pip install -e .`
0 commit comments