diff --git a/Microsoft-Windows.md b/Microsoft-Windows.md index 54b001f..98c4c9b 100644 --- a/Microsoft-Windows.md +++ b/Microsoft-Windows.md @@ -2,7 +2,7 @@ You can run the app as a Docker container (using `docker-compose`), a Pip install, or from the source directly. The advantage of using `docker-compose` is that you can easily enable the "Chrome WebDriver", however for most sites the built-in "Plain requests" will work (fetches only the HTML and does not run the sites Javascript) -## Method 1: Python Pip Install Recipe +## Method 1: With Python Pip Install **1. Download and install Python** @@ -36,7 +36,7 @@ You can specify other commands like `-d` (different storage path for the data) a If the pages are using JavaScript you will need to drive a chrome browser via changedetection.io - See here https://github.com/dgtlmoon/changedetection.io/wiki/Fetching-pages-with-WebDriver#microsoft-windows -## Method 2: Docker & Docker-Composee +## Method 2: With Docker & Docker-Compose [tba]