Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 316 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (12 loc) · 316 Bytes

Contributing to cldfgeojson

Installing cldfgeojson for development

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