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