From aee228e6252c24d32b007b46595556e6797d5afa Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 27 Feb 2021 01:28:21 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62aee86..bec5395 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ http://chromedriver.chromium.org/downloads change the chromedrive in chrome_tixcraft.py, source code: chromedriver_path =Root_Dir+ "webdriver/chromedriver" -the default path is the script path + "webdriver/chromedriver", my suggestion is make a new directory then move the chromedrive under new folder. +the default path is the script path + "webdriver/chromedriver", My suggestion is to create a new directory, then move the chromedrive under new folder. 2: pip install selenium or pip3 install selenium