Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 318 Bytes

INSTALLATION.rst

File metadata and controls

20 lines (12 loc) · 318 Bytes

Installation

At the command line:

$ pip install awsapilib

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv awsapilib
$ pip install awsapilib

Or, if you are using pipenv:

$ pipenv install awsapilib

Or, if you are using pipx:

$ pipx install awsapilib