Skip to content
dgtlmoon edited this page Mar 23, 2022 · 22 revisions

1. Download and install Python

https://www.python.org/downloads/windows/ always use the official latest stable release (tested with 3.10), this installer comes with "Pip" the package manager, which will make the rest easy.

2. Install changedetection.io using the pip3 command

Open a command box (cmd command from the start-bar) and then pip3 install changedetection.io

image

3. Start changedetection.io from the command line

Simply run changedetection.py

image

Now visit http://127.0.0.1:5000

Clone this wiki locally