Update README.md

master
Max 2021-02-27 01:28:21 +08:00 committed by GitHub
parent 1ebb509ed4
commit aee228e625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ http://chromedriver.chromium.org/downloads
change the chromedrive in chrome_tixcraft.py, source code:
<code>chromedriver_path =Root_Dir+ "webdriver/chromedriver"</code>
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: <code>pip install selenium</code> or <code>pip3 install selenium</code>