We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb63dae commit ead663cCopy full SHA for ead663c
install.sh
@@ -1,5 +1,6 @@
1
#!/usr/bin/env bash
2
-python -m pip --upgrade pip
3
-pip install -e . --upgrade --no-cache-dir --progress-bar off
+python -m pip install --upgrade pip
+pip install -e . --upgrade --no-cache-dir --progress-bar=off
4
seleniumbase install chromedriver
5
seleniumbase install geckodriver
6
+seleniumbase install edgedriver
win_install.bat
@ECHO OFF
-py -m pip --upgrade pip
+py -m pip install --upgrade pip
0 commit comments