Update README.md

master
Max 2023-02-27 16:16:45 +08:00 committed by GitHub
parent b2f088b38d
commit 03812a72aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ change the chromedrive in chrome_tixcraft.py, source code:
<code>chromedriver_path =Root_Dir+ "webdriver/chromedriver"</code> <code>chromedriver_path =Root_Dir+ "webdriver/chromedriver"</code>
the default path is the script path + "webdriver/chromedriver", My suggestion is to create 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>python3 -m pip install selenium</code> 2: <code>python3 -m pip install -r pip-req.txt</code>
3: <code>python3 settings.py</code> 3: <code>python3 settings.py</code>