Skip to content

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 the codecommit:// 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. If aws login --profile magellan doesn’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 libraries acn-slide-gen calls 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.