📖 Lesson content
Time to get Claude Code set up locally!
Full setup directions can be found here: https://code.claude.com/docs/en/quickstart
In short, you'll need to do the following:
Install Claude CodeMacOS (Homebrew): `brew install --cask claude-code`- MacOS, Linux, WSL:
curl -fsSL https://claude.ai/install.sh | bash - Windows CMD:
curl -fsSL https://claude.ai/install.cmd -o install.cmd && install.cmd && del install.cmd
- After installation, run
claudeat your terminal. The first time you run this command you will be prompted to authenticate
If you're making use of AWS Bedrock or Google Cloud Vertex, there is some additional setup:
- Special directions for AWS Bedrock: https://code.claude.com/docs/en/amazon-bedrock
- Special directions for Google Cloud Vertex: https://code.claude.com/docs/en/google-vertex-ai
🔁 Related lessons
- Next: Project setup
- Previous: Claude Code in action
- Same section: Project setup
- Part of paths: Path C
- Reference docs: Glossary · Skills atlas · By use-case
📚 Source & attribution
- Original Anthropic Academy lesson: https://anthropic.skilljar.com/claude-code-in-action/301614
- © 2025 Anthropic. Educational fair-use only.