Updated Microsoft Windows (markdown)

master
dgtlmoon 2022-03-26 16:15:36 +01:00
rodzic a140ca9221
commit 5ab6bb8153
1 zmienionych plików z 2 dodań i 4 usunięć

@ -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]