Installation¶
Requirements¶
- Python 3.10+
- Anthropic API key
Install¶
Set Your API Key¶
Environment variable¶
.env file (optional)¶
If you prefer a .env file, install python-dotenv and load it in your app:
Optional Extras¶
Verify Installation¶
Troubleshooting¶
Common Issues
ModuleNotFoundError: No module named 'pyudskit'— confirm you installed into the active environment.ANTHROPIC_API_KEY not set— export the environment variable before running.- SSL or proxy errors — configure your proxy or verify network access.
Apple Silicon
If you use a system Python with restricted site-packages, prefer a virtual environment.