Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 734 Bytes

File metadata and controls

23 lines (18 loc) · 734 Bytes

course on normative modeling

How to install nispat?

i) install Anaconda3 ii) create enviornment with " conda create --name normative_modeling " iii) activate environment by " source activate normative_modeling " iv) install the required packages below with " conda install " or " pip install "

" conda install pip " " conda install spyder " " conda install pandas " " conda install scipy " " pip install nibabel " " pip install sklearn " " pip install torch " " pip install glob3 "

v) download/clone nispat from https://github.com/RindKind/course_normative_model_basic/ vi) unzip nispat into download folder vii) change dir to download folder using the terminal and execute " pip install nispat-master/ "

Now you are set!