# Examples of exporting your API key to the env where you will run fraimexport GEMINI_API_KEY=your_api_key_hereexport OPENAI_API_KEY=your_api_key_hereexport ANTHROPIC_API_KEY=your_api_key_here
For contributors or users who want to modify Fraim:
Copy
# Install uvcurl -LsSf https://astral.sh/uv/install.sh | sh# Clone the repositorygit clone https://github.com/fraim-dev/fraim.gitcd fraim# Install with development dependenciesuv sync --dev# Install pre-commit hooks (optional)uv run pre-commit install# Run tests to verify installationuv run pytest