Skip to content

Commit

Permalink
Merge pull request #4 from pnlbwh/mni_reg
Browse files Browse the repository at this point in the history
TYPO: conda env create
  • Loading branch information
tashrifbillah authored Apr 22, 2019
2 parents 6ce7a74 + 5775437 commit 76cba5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ use standard templates such as [MNI](http://www.bic.mni.mcgill.ca/~vfonov/icbm/2
Now that you have installed the prerequisite software, you are ready to install the pipeline:

git clone https://github.com/pnlbwh/structuralQC.git
conda create -f environmnet.yml # you may comment out any existing package from environment.yml
conda activate structQC # should introduce '(structQC)' in front of each line
conda env create -f environment.yml # you may comment out any existing package from environment.yml
conda activate structQC # should introduce '(structQC)' in front of each line


Alternatively, if you already have ANTs, you can continue using your python environment by directly installing
Expand Down

0 comments on commit 76cba5e

Please sign in to comment.