From 939864cd4fe6a56f5963919de6f646b4824784fe Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 23 Mar 2022 10:33:33 +0100 Subject: [PATCH] Updated Microsoft Windows (markdown) --- Microsoft-Windows.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Microsoft-Windows.md b/Microsoft-Windows.md index fc96bb3..aa7dd99 100644 --- a/Microsoft-Windows.md +++ b/Microsoft-Windows.md @@ -1,3 +1,8 @@ +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) + + +# Python Pip Install Recipe + **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.