Skip to content

Commit

Permalink
Corrects README.md to show correct conda and pip instructions (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbteves authored and emdupre committed Jan 30, 2019
1 parent 7d23934 commit ebd3a93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ We recommend using [miniconda3](https://conda.io/miniconda.html).
After installation, you can use the following commands to create an environment for `tedana`:

```bash
conda create -n ENVIRONMENT_NAME python=3 pip mdp numpy scikit-learn scipy nilearn nibabel
conda create -n ENVIRONMENT_NAME python=3 pip mdp numpy scikit-learn scipy
source activate ENVIRONMENT_NAME
pip install nilearn nibabel
pip install tedana
```

Expand Down

0 comments on commit ebd3a93

Please sign in to comment.