diff --git a/docs/docs/deploying-to-s3-cloudfront.md b/docs/docs/deploying-to-s3-cloudfront.md index 06d76c7577292..6aa1affb7777f 100644 --- a/docs/docs/deploying-to-s3-cloudfront.md +++ b/docs/docs/deploying-to-s3-cloudfront.md @@ -33,7 +33,7 @@ You'll need these in the next step. Install the AWS CLI and configure it (ensure python is installed before running these commands) ```shell -pip install aws +pip install awscli aws configure ```