Skip to content

Development Instructions

Vishnunarayan K I edited this page Jun 23, 2018 · 1 revision
  • First, fork and clone the repo locally.

  • Install with pip (but in editable mode so that changes are reflected),

pip install -e .
  • Make your changes

  • Test with pytest

python -m pytest tests
Clone this wiki locally