tutorial: Add boto3 installation to setup script

This commit is contained in:
Todd Gamblin 2020-07-27 15:38:27 -07:00
parent 69775fcc07
commit 0efb8ef412

View File

@ -57,6 +57,12 @@ until sudo apt-get install -y --no-install-recommends \
sleep 5
done
####
# Upgrade boto3 python package on AWS systems
####
pip3 install --upgrade boto3
####
# Spack configuration settings for tutorial
####