Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 312 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (12 loc) · 312 Bytes

Contributing to cldfzenodo

Installing cldfzenodo for development

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