- Hands-On Artificial Intelligence on Amazon Web Services
- Subhashini Tripuraneni Charles Song
- 74字
- 2021-06-24 12:48:44
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.