Hands-On Artificial Intelligence on Amazon Web Services
上QQ阅读APP看书,第一时间看更新

Installing the AWS CLI

Once Python has been successfully installed on your development machine, we can move on to installing the AWS CLI. The AWS CLI is primarily distributed via the Python package manager, pip, which we just installed. You can install and verify the AWS CLI with the following commands:

$ pip install awscli
$ aws --version
Note that the AWS CLI command is aws, even though the package we installed is awscli.