# pymake Installation To install a stable version from PyPI: ``` pip install mfpymake ``` To install the latest pymake release directly from the git repository type: ``` pip install https://github.com/modflowpy/pymake/zipball/master ``` To update your version of pymake with the latest development version from the git repository type: ``` pip install https://github.com/modflowpy/pymake/zipball/develop --upgrade