Creating a virtual environment is recommended.
Creating virtual environment using Python 3 installed with Homebrew:
virtualenv -p python3 venv --always-copy
source venv/bin/activate
Install Dependencies
pip install -r requirements.txt
Create a new file .env
using the contents of .env-sample
. If you are not using the AWS CLI, modify the placeholders to add your AWS credentials and bucket name.