Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 252 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 252 Bytes

Contributing to cldfbench

Installing cldfbench for development

  1. Fork cldf/cldfbench
  2. Clone your fork
  3. Install cldfbench for development (preferably in a separate virtual environment) running
pip install -e .[dev,test,docs]