Customized boto3 library#

Install the botocore and boto3 libraries from the C2Devel repository#

To install the botocore library from the C2Devel repository, you should:

  1. Create and activate a virtual environment.

    virtualenv -p python3 .venv
    source .venv/bin/activate
    
  2. Install the botocore and boto3 libraries as follows:

    pip install git+https://github.com/C2Devel/botocore.git
    pip install git+https://github.com/C2Devel/boto3.git