Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 296 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (12 loc) · 296 Bytes

Contributing to pycldf

Installing pycldf for development

  1. Fork cldf/pycldf
  2. Clone your fork
  3. Install pycldf for development (preferably in a separate virtual environment) running
    pip install -r requirements.txt
  4. Run the tests
    pytest