ncullen93 / mesh2nifti

Convert a .msh file in the simNIBS format to a .nii.gz file
4 stars 2 forks source link

Added pip install for nilearn and scikit-learn #1

Closed bcoffman closed 7 years ago

bcoffman commented 7 years ago

Had to remove nibabel and nilearn from conda create at line 81 and added the following two lines at line 84: $TARGET_DIR/miniconda2/envs/simnibs_env/bin/pip install nilearn $TARGET_DIR/miniconda2/envs/simnibs_env/bin/pip install scikit-learn

ncullen93 commented 7 years ago

fixed, thanks :)