Installation
AuraGen can be set up quickly using Conda. This guide provides a concise, conda-only installation path.
Conda Setup (Recommended)
# Create and activate environment
conda create -n guardian python=3.11 -y
conda activate guardian
# Install project dependencies
pip install -r requirements.txt
Verify Installation
python -c "from AuraGen import core; print('AuraGen installed successfully!')"
Next Steps
Proceed to Quick Start Guide to run your first generation and risk injection
See Configuration for API key setup and configuration details