### Install MODFLOW and Related Programs Source: https://github.com/modflowpy/flopy/blob/develop/README.md After installing FloPy, use this command to install MODFLOW and related programs. Refer to the documentation for more details. ```bash get-modflow : ``` -------------------------------- ### FloPy Example Script Header Source: https://github.com/modflowpy/flopy/blob/develop/DEVELOPER.md This is the required header format for FloPy example scripts, including jupytext configuration and kernel metadata. It helps in organizing and documenting examples for the documentation site. ```python # --- # jupyter # jupytext: # ... # kernelspec: # ... # metadata: # section: ... # authors: # - name: ...... ``` -------------------------------- ### Example Commit Message: Docs Source: https://github.com/modflowpy/flopy/blob/develop/CONTRIBUTING.md An example of a commit message for documentation changes. ```text docs(changelog): update changelog to beta.5 ```