DynamoDB Demo To create a virtual environment run python3 -m venv ./.env Activate it with source ./.env/bin/activate Install dependencies with pip install -r requirements.txt To close the environment when you're done, run deactivate