Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 758 Bytes

installation.rst

File metadata and controls

33 lines (18 loc) · 758 Bytes

Installation

Requirements

Python 3.5+

Note:

Some packages also needs python3.5-dev package (ubuntu) or similar

To install via pip:

$ pip install loafer

Basic configuration

To configure AWS access, check boto3 configuration or export (see boto3 envvars):

$ export AWS_ACCESS_KEY_ID=<key>
$ export AWS_SECRET_ACCESS_KEY=<secret>
$ export AWS_DEFAULT_REGION=sa-east-1  # for example

You might find some configuration tips in our ../faq as well.