tutorial: Add boto3 installation to setup script (#17722)
This commit is contained in:
parent
7c61d6d45f
commit
cefb4ba014
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
####
|
||||
|
|
Loading…
Reference in a new issue