Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 387 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (12 loc) · 387 Bytes

Contributing to pyconcepticon

Installing pyconcepticon for development

  1. Fork concepticon/pyconcepticon
  2. Clone your fork
  3. Install pyconcepticon for development (preferably in a separate virtual environment) running
pip install -e .[dev,test]

Now you should be able to run the test suite

pytest