Users must have Python and graphviz
, an open-source graph visualization software, installed. This library currently runs on Python versions 3.7 and above.
- Open an issue here to report a bug or describe a feature you would like implemented!
- Fork the
seealgo
repository on GitHub git clone
the forked repository for a local copy- To install the development dependencies, run
make develop
- Make your changes! (NOTE: please add tests for any new features you implement)
- Run
make test
to ensure your changes pass all test cases - Run
make lint
to check the styling of your changes - Commit and push your changes to your forked repository
- Submit a pull request to the original
seealgo
repository - Reference the pull request in the issue you created/addressed
Thanks for contributing!