thp / urlwatch

Watch (parts of) webpages and get notified when something changes via e-mail, on your phone or via other means. Highly configurable.
https://thp.io/2008/urlwatch/
Other
2.81k stars 352 forks source link

How Do I Install on Win 10? #724

Closed geedogz closed 1 year ago

geedogz commented 1 year ago

How do i install this on windows 10?

thp commented 1 year ago

Easiest is to install from PyPI via pip:

  1. Download Python 3.10.8, you usually want the Windows installer (64-bit)
  2. Install it
  3. Press Win + R, enter cmd and press Enter
  4. Type: py -m pip install urlwatch
  5. This will download urlwatch and all dependencies and install it
  6. After this, urlwatch should be available as a command (if not, read the docs)

When urlwatch is installed, see the Quick Start guide on how to configure things.