File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1+ pip install --upgrade cython psutil ipywidgets
Original file line number Diff line number Diff line change 11echo " Super user authentication required to add packages (you will be \
22prompted for confirmation)."
33sudo bash install-ubuntu-packages.sh
4+ sudo bash install-python-packages.sh
45bash install-fftw.sh
56bash install-sundials.sh
6- sudo pip install cython --upgrade
7- sudo pip install psutil ipywidgets
87pushd .. > /dev/null
98make
109
11- # Adds Fidimag environment variables to profile.d, if they're not already
12- # there.
10+ # Adds fidimag environment variables to profile.d, if they're not already there.
1311FIDIMAG_PROFILE_PATH=/etc/profile.d/fidimag.sh
1412if [ ! -e " $FIDIMAG_PROFILE_PATH " ]; then
1513 echo " Warning: Adding Fidimag to path at $FIDIMAG_PROFILE_PATH ."
You can’t perform that action at this time.
0 commit comments