#! /bin/bash # ase installation latest version # launch as user. ase will be installed in ~/ sudo install python34 sudo yum install python34-scipy.x86_64 cd ~/ pip install --upgrade --user numpy scipy matplotlib git clone -b 3.16.2 https://gitlab.com/ase/ase.git cd ase python3 setup.py install --user ## do the following manually to test if ase has been installed succesfully (do this in ~/ase/) ase test