Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 336 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (12 loc) · 336 Bytes

Contributing to pyglottography

Installing pyglottography for development

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