Contribution
How to contribute
Fork & Clone the repository
Create a new branch
Environment setup
We are using python 3.9+ for this project. You can install the required packages by running the following command:
make installRunning the tests
You can run the tests by running the following command:
make testCheck and fix the code style
You can check the code style by running the following command:
make check-codestyleto fix the code style run the following command:
make codestyleBuild the project
You can build the project by running the following command:
Last updated