Updated Microsoft Windows (markdown)

master
dgtlmoon 2022-03-23 10:33:33 +01:00
rodzic 0dbdd97f12
commit 939864cd4f
1 zmienionych plików z 5 dodań i 0 usunięć

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