awscli - PyPI
https://pypi.org/project/awscli22.12.2012 · To ensure smooth installation, it’s recommended to use: pip: 9.0.2 or greater. setuptools: 36.2.0 or greater. The safest way to install the AWS CLI is to use pip in a virtualenv: $ python -m pip install awscli. or, if you are not installing in a virtualenv, to install globally: $ sudo python -m pip install awscli.
awscli · PyPI
pypi.org › project › awscliDec 22, 2012 · $ python -m pip install awscli or, if you are not installing in a virtualenv, to install globally: $ sudo python -m pip install awscli or for your user: $ python -m pip install --user awscli If you have the aws-cli package installed and want to upgrade to the latest version, you can run: $ python -m pip install --upgrade awscli