Install the necessary dependecies in a seperate virtual environment
# Create a virtual environment during development to avoid dependency issues
pip install -r requirements.txt
# Before submitting a PR, run the unittests locally
pytest -v
-
Fork it
-
Create your feature branch
git checkout -b feature/new_feature
- Commit your changes
git commit -m 'add new feature'
- Push to the branch
git push origin feature/new_feature
- Create a new pull request (PR)