How to Install Claude Code (for beginners)
Join Ai Foundations: https://www.skool.com/ai-foundations In today's guide I show you how to quickly install and use claude code for a total beginner. I'm using my macbook pro for this one. Enjoy and let me know what you build with Claude Code in the comments below! ---------- 🔗 Links: ➡️ Claude Pricing and Signup: https://claude.ai/login ➡️ Claude Desktop Installer: https://claude.ai/download ➡️ Docs for Claude Code: https://docs.anthropic.com/en/docs/claude-code/setup ➡️ NodeJS Installer: https://nodejs.org/en/download ---------- 👨🏽💻 Commands: ➡️ Check node and npm versions: # Check version of node node --version # Check version of npm npm --version ➡️ Install Claude Code: npm install -g @anthropic-ai/claude-code ➡️ Set path and source npm if needed: # Create a directory for global packages mkdir ~/.npm-global # Configure npm to use this directory npm config set prefix '~/.npm-global' # Add to your PATH echo 'export PATH=~/.npm-global/bin:$PATH' | tee -a ~/.zshrc # Reload your configuration source ~/.zshrc # Now install npm install -g @anthropic-ai/claude-code
Download
0 formatsNo download links available.