Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 294 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (12 loc) · 294 Bytes

Contributing to pyigt

Installing pyigt for development

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