Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 338 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 338 Bytes

Contributing to pylocluster

Installing pylocluster for development

  1. Fork pylogeny/pylocluster
  2. Clone your fork
  3. Install pylocluster for development (preferably in a separate virtual environment) running
    pip install -r requirements.txt

Running the test suite

pytest