Installation Guide¶
Prerequisites¶
Before you begin, ensure you have:
- A Unix-like operating system (Linux, macOS) or Windows (not recommended)
- Rye installed on your system
Step-by-Step Installation¶
-
Clone the repository:
-
Sync the environment to install all dependencies:
-
Set up environment variables:
- Copy the
.env.examplefile to.env -
Add required API keys for logging:
-
Activate the environment:
Verifying Installation¶
To verify your installation:
- Run the test suite:
Troubleshooting¶
If you encounter any issues:
- Make sure Rye is properly installed
- Check that all dependencies are installed correctly
- Verify your Python version (requires >= 3.12)
- Ensure all environment variables are set correctly