Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 545 Bytes

USAGE.md

File metadata and controls

12 lines (9 loc) · 545 Bytes

Usage

Please use 'make ' where is one of

  • format ⚫ to format python code with Black formatter
  • install-dependencies-all to install all python dependencies (run+tests)
  • install-dependencies-dev to install python dev dependencies
  • install-dependencies-run to install python run dependencies
  • install-dependencies-tests to install python test dependencies
  • lint 🍓 to lint python code
  • unit-tests to run unit tests