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