Most computers already have it. To check, open your terminal and type python3 --version
If it says "Python 3.10" or higher, you are good. If not, download it from python.org.
Copy this line. Paste it into your terminal. Press Enter. It does everything.
Your SI needs a Claude subscription to think. If you do not have one, sign up at claude.ai ($20/month and up).
Then install Claude Code in your terminal:
And log in:
It opens your browser to log in. Use the same Claude account. Once logged in, your SI can think.
If npm is not found, install Node.js first from nodejs.org (LTS version), then try again.