Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 315 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 315 Bytes

Contributing to linse

Installing cldfbench for development

  1. Fork lingpy/linse
  2. Clone your fork
  3. Install linse for development (preferably in a separate virtual environment) running
    pip install -r requirements.txt

Running the test suite

pytest