From bb833bcbc422f4b0ff94ad9710d7cc4abd5e7c0c Mon Sep 17 00:00:00 2001 From: CHUN YU YAO Date: Thu, 2 Dec 2021 03:05:02 +0800 Subject: [PATCH] update python3 install alternation --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3c52dd..992b2f2 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,8 @@ PS: * this script only running in python3. (原始碼只可以在 python3 下執行。) * 請先確定你的python 執行環境下已安裝 selenium及undetected_chromedriver 或相關的套件,請參考 pip-reg.txt 檔案內容。 * 請手動下載新版的 chromedrive, 建議在 source code 下建立一個 webdrive 的目錄,並把 chromedirve 的執行檔放進去。最後透過 python 或 python3 執行 settings.py 就可以有 GUI 的設定界面。) -* 如果你是使用 macOS 並且執行環境沒有 python3,請使用 https://brew.sh/ 安裝 python3 +* 如果你是使用 macOS 並且執行環境沒有 python3,請 python 官方網站(https://www.python.org/downloads/)來安裝 python3, 如果在 macOS 裡會使用終端機(Terminal),建議使用 https://brew.sh/ 安裝 python3. + # Introduce the implement (實作方法) https://stackoverflow.max-everyday.com/2018/03/selenium-chrome-webdriver/