Skip to content

Development Guide

Contributing to LangCalc.

Contents

Quick Start for Contributors

  1. Fork the repository
  2. Install dev dependencies: pip install -e .[dev]
  3. Make changes
  4. Run tests: pytest tests/
  5. Submit pull request

See Contributing Guide for details.