SeleniumBase/win_install.bat

6 lines
162 B
Batchfile
Raw Normal View History

2018-12-15 09:29:16 +08:00
@ECHO OFF
2020-10-14 13:25:55 +08:00
py -m pip --upgrade pip
2018-12-15 09:29:16 +08:00
pip install -e . --upgrade --no-cache-dir --progress-bar off
seleniumbase install chromedriver
seleniumbase install geckodriver