Skip to content

Commit 27a73c6

Browse files
committed
Simplify installation
1 parent cd7b1b6 commit 27a73c6

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

install.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
@ECHO OFF
2+
python -m pip install --upgrade pip
3+
pip install -e . --upgrade --no-cache-dir --progress-bar off
4+
seleniumbase install geckodriver
5+
seleniumbase install chromedriver

install.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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 geckodriver
5+
seleniumbase install chromedriver

0 commit comments

Comments
 (0)