diff --git a/README.md b/README.md index 9aed1994..0e6268f9 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,16 @@ When you choose to install and use such optional extras, your use, modification, Cua uses `bump2version` to manage package versions across all Python modules. A Makefile is provided to simplify the release process. +### Prerequisites + +#### install `bump2version` + +using brew +``` +brew install bumpversion +``` + + ### View Current Versions ```bash