diff --git a/README.md b/README.md index bdd382c..9095754 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,12 @@ This repository serves as a template for creating a Python library 2. Change all occurences of `my_library` to match the name of your new library -3. Consider if the [license](LICENSE) should be modified. \ No newline at end of file +3. Consider if the [license](LICENSE) should be modified. + + +## Additional resources + +If you're interested in learning more about best practices for developing Python packages, check out the following resources: + +- [Python Package Development at DHI](https://dhi.github.io/python-package-development/) +- [Scientific Python Library Development Guide](https://learn.scientific-python.org/development/)