We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4adc32c commit 0ada47bCopy full SHA for 0ada47b
install.sh
@@ -1,6 +1,2 @@
1
#!/usr/bin/env bash
2
-python -m pip install --upgrade pip
3
-pip install -e . --upgrade --no-cache-dir --progress-bar=off
4
-seleniumbase install chromedriver
5
-seleniumbase install geckodriver
6
-seleniumbase install edgedriver
+pip install -e . --use-pep517 --config-settings="editable_mode=compat"
win_install.bat
@ECHO OFF
-py -m pip install --upgrade pip
0 commit comments