boto3 · PyPI
https://pypi.org/project/boto313.11.2014 · pip install boto3 Copy PIP instructions Latest version Released: Nov 26, 2021 The AWS SDK for Python Project description Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, which allows Python developers to write software that makes use of services like Amazon S3 and Amazon EC2.
boto3 · PyPI
pypi.org › project › boto3Nov 13, 2014 · Assuming that you have Python and virtualenv installed, set up your environment and install the required dependencies like this or you can install the library using pip: $ git clone https://github.com/boto/boto3.git $ cd boto3 $ virtualenv venv ... $ . venv/bin/activate $ python -m pip install -r requirements.txt $ python -m pip install -e .