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 install
Running the testsΒΆ
You can run the tests by running the following command:
make test
Check and fix the code styleΒΆ
You can check the code style by running the following command:
make check-codestyle
to fix the code style run the following command:
make codestyle
Build the projectΒΆ
You can build the project by running the following command:
make build