Skip to content

Commit ead663c

Browse files
committed
Update the optional install scripts
1 parent cb63dae commit ead663c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

install.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env bash
2-
python -m pip --upgrade pip
3-
pip install -e . --upgrade --no-cache-dir --progress-bar off
2+
python -m pip install --upgrade pip
3+
pip install -e . --upgrade --no-cache-dir --progress-bar=off
44
seleniumbase install chromedriver
55
seleniumbase install geckodriver
6+
seleniumbase install edgedriver

win_install.bat

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@ECHO OFF
2-
py -m pip --upgrade pip
3-
pip install -e . --upgrade --no-cache-dir --progress-bar off
2+
py -m pip install --upgrade pip
3+
pip install -e . --upgrade --no-cache-dir --progress-bar=off
44
seleniumbase install chromedriver
55
seleniumbase install geckodriver
6+
seleniumbase install edgedriver

0 commit comments

Comments
 (0)