finnlennartsson / kpum_noddi

repo for processing of DKI/NODDI data for preterm project at KPUM
0 stars 0 forks source link

Install miniconda on Windows #9

Closed finnlennartsson closed 1 year ago

finnlennartsson commented 1 year ago

Install Conda (miniconda) on Windows as a way of using the processing pipeline

finnlennartsson commented 1 year ago

Followed instructions on https://conda.io/projects/conda/en/latest/user-guide/install/windows.html and installed used Miniconda installer

finnlennartsson commented 1 year ago

Then work within an environment kpum_noddi, activate it and install jupyter notebook here

$ conda create --name kpum_noddi python=3.8
$ conda activate kpum_noddi
$ conda install jupyter

The kpum_noddi environment is the conda environment we will work within.

finnlennartsson commented 1 year ago

OPTIONAL Install anaconda-navigator

finnlennartsson commented 1 year ago

OPTIONAL Install basic Linux commands using m2-base extension

conda install m2-base