finnlennartsson / kpum_noddi

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

Install miniconda in WSL #22

Closed finnlennartsson closed 1 year ago

finnlennartsson commented 1 year ago

Followed the instructions on https://dev.to/sfpear/miniconda-in-wsl-3642 to install miniconda3

On Finn's Laptop, installed into $HOME/Software/miniconda3 On KPUM Workstation, installed into $HOME/miniconda3

finnlennartsson commented 1 year ago

Within conda, I have created an environment to use for the study KPUM_NODDI

conda create --name kpum_wsl python=3.10
conda activate kpum_wsl