Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 661 Bytes

README.devel.md

File metadata and controls

26 lines (19 loc) · 661 Bytes

Development guidelines

Please follow some simple rules for coding on CMIclassirot:

  • keep the code consistent across the whole package!
  • Document all code and adjust comments before you change the code to reflect and discuss, even if only with yourself, the planned changes.
  • use git-flow (possibly the tools and especially the concept)
  • consistently use two empty lines between functions/methods and three empty lines above a class

Developer install

You can install the project in editable mode using

pip install --editable .