tutorial: Add boto3 installation to setup script (#17722)

This commit is contained in:
Todd Gamblin 2020-07-27 16:55:33 -07:00 committed by GitHub
parent 7c61d6d45f
commit cefb4ba014
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
####