Please follow the below steps for contributing to Sticky-Notes
To begin with, ofcourse, clone this repo
After that create your virtual env, so that you do not interfere with the system packages.
python -m venv venvActivate Vitual ENV:
source venv/bin/activateInstall the project dependencies
pip install -r requirments.txtExport python path at the root of the structure:
export PYTHONPATH='.'Make your changes
Hack, Hack, Hack !!!
Test your changes:
python3 -m src.driver.driver [otions]
Once you are staisfied with your changes, shoot a PR