Installation
Requirements
- Python 3.11, 3.12, or 3.13
- pip
Install from PyPI
pip install ainalyn-sdkInstall from Source
For development:
git clone https://github.com/CoreNovus/ainalyn-sdk.git
cd ainalyn-sdk
pip install -e ".[dev]"Verify Installation
Check the SDK is installed:
ainalyn --versionTest Python import:
python -c "import ainalyn; print('OK')"Next Steps
- Quickstart - 5-minute tutorial
- Your First Agent - Detailed walkthrough