From 5ab6bb8153ca84c0dbba034fa83c10114922f0d7 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 26 Mar 2022 16:15:36 +0100 Subject: [PATCH] Updated Microsoft Windows (markdown) --- Microsoft-Windows.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Microsoft-Windows.md b/Microsoft-Windows.md index 98c4c9b..989bbce 100644 --- a/Microsoft-Windows.md +++ b/Microsoft-Windows.md @@ -1,8 +1,6 @@ -# Installation methods - 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: With Python Pip Install +# Method 1: With Python Pip Install **1. Download and install Python** @@ -36,7 +34,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: With Docker & Docker-Compose +# Method 2: With Docker & Docker-Compose [tba]