Skip to content

Commit 3b5a3ca

Browse files
committed
Update the shortcut install scripts
1 parent 915bb4e commit 3b5a3ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install.sh

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

win_install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@ECHO OFF
2-
python -m easy_install --upgrade pip
2+
py -m pip --upgrade pip
33
pip install -e . --upgrade --no-cache-dir --progress-bar off
44
seleniumbase install chromedriver
55
seleniumbase install geckodriver

0 commit comments

Comments
 (0)