Prerequisites
Required for all pilot users:
- AWS CLI v2.17+ — check with
aws --version. Install from https://aws.amazon.com/cli/ if missing. git-remote-codecommit— enables thecodecommit://URL scheme used by the clone command:Terminal window pip install git-remote-codecommit- ACN AWS (magellan) account access — IAM Identity Center profile configured as
magellan. Ifaws login --profile magellandoesn’t work, contact the platform team. - Claude Code CLI 2.1+ — check with
claude --version.
Optional, only needed if you’ll use acn-slide-gen:
~/.venv-pptx— a Python venv with the librariesacn-slide-gencalls into. Create once:Terminal window python3 -m venv ~/.venv-pptx~/.venv-pptx/bin/pip install python-pptx lxml msoffcrypto-tool olefile
When everything checks out, continue to Install.