boto3 · PyPI
https://pypi.org/project/boto313.11.2014 · 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. You can find the latest, most up to date, documentation at our doc site, including a list of services that are supported.
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 .