Installation
BeforePush requires Python 3.13 or later.
Install from PyPI
The recommended way to install BeforePush is with pip:
pip install before-push
Verify the installation
Check that BeforePush is installed correctly:
beforepush --version
You should see output similar to:
beforepush 0.1.4
Upgrade
To upgrade to the latest version:
pip install --upgrade before-push
Uninstall
To remove BeforePush:
pip uninstall before-push