Installation¶
For prerequisites and optional dependencies, see Dependencies.
Install or upgrade with pip¶
Use this command for both first-time installs and upgrades:
python -m pip install --upgrade urlwatch
Verify the installation¶
Check that urlwatch is on your PATH and prints a version number:
urlwatch --version
Next steps¶
Continue with Introduction for the Quick Start and initial configuration.