Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 663 Bytes

File metadata and controls

45 lines (28 loc) · 663 Bytes

Contributing to Sticky-Notes

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 venv

Activate Vitual ENV:

source venv/bin/activate

Install the project dependencies

pip install -r requirments.txt

Export 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