Installation Guide
This guide will help you get QuantaLogic up and running quickly. Choose the installation method that best suits your needs.
System Requirements
- Python 3.12 or later
Quick Install (Recommended)
Bash | |
---|---|
That's it! Skip to Verify Installation to confirm everything works.
Detailed Installation Options
Option 1: Using pip (Simple)
Bash | |
---|---|
Option 2: Using Poetry (Development)
Bash | |
---|---|
Option 3: Using pipx (Isolated)
Bash | |
---|---|
Required Configuration
1. LLM API Keys
Choose at least one LLM provider and set its API key:
Bash | |
---|---|
Secure Key Storage
Never commit API keys to version control. Consider using:
- Environment variables
- .env
files (add to .gitignore)
- Your OS's keychain
Optional Components
Docker Setup (For Code Execution)
- Install Docker from docker.com
- Start the Docker daemon
- Verify with:
Bash
Verify Installation
Run these commands to verify your setup:
Troubleshooting
Common Issues
- Python Version Error
Bash
Error Messages
Error | Solution |
---|---|
ModuleNotFoundError |
Re-run pip install quantalogic |
ImportError |
Check Python version (3.12+) |
API key not found |
Set environment variables |