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 accd478 commit 116f4b1Copy full SHA for 116f4b1
install.bat
@@ -1,5 +1,5 @@
1
@ECHO OFF
2
-python -m pip install --upgrade pip
+python -m easy_install --upgrade pip
3
pip install -e . --upgrade --no-cache-dir --progress-bar off
4
seleniumbase install chromedriver
5
seleniumbase install geckodriver
install.sh
#!/usr/bin/env bash
0 commit comments