Installation Guide#

Prerequisites#

  • Python 3.13 or higher

  • pip (latest version recommended)

Standard Installation#

pip install think-reason-learn

From Source#

git clone https://github.com/vela-research/think-reason-learn.git
cd think-reason-learn
poetry install

Development Setup#

For contributing or running tests/docs:

poetry install --with dev,docs
poetry run pre-commit install  # Optional: code quality hooks

Troubleshooting#

  • If you encounter dependency issues, ensure your Python version matches.

  • For LLM integrations, set API keys as environment variables (OPENAI_API_KEY, GOOGLE_AI_API_KEY, XAI_API_KEY, ANTHROPIC_API_KEY).

  • See Contributing for more dev tips.