Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 346 Bytes

File metadata and controls

21 lines (13 loc) · 346 Bytes

Python template development

Here please add a guide how to setup a dev environment and start contributing to a project

  • Clone repository

  • Make sure you have python 3.6+ version

  • Install library dependencies

    pip install .
  • Install dev dependencies
    pip install -r requirements/dev.txt
  • Start hacking