Skip to content

Commit 116f4b1

Browse files
committed
Use easy_install to install/upgrade pip
1 parent accd478 commit 116f4b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 pip install --upgrade pip
2+
python -m easy_install --upgrade pip
33
pip install -e . --upgrade --no-cache-dir --progress-bar off
44
seleniumbase install chromedriver
55
seleniumbase install geckodriver

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 pip install --upgrade pip
2+
python -m easy_install --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)