| title | Make your Python code installable so it can be used across projects |
|---|---|
| excerpt | Learn how to make your code installable as a Python package using Hatch. This lesson walks you through structuring your code and configuring pyproject.toml so others can easily install and use your package. |
| link | https://www.pyopensci.org/python-package-guide/tutorials/installable-code.html |
| btn_label | View Tutorial |
| btn_class | btn--success btn--large |