Skip to content

Commit

Permalink
Update dev install scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmintz committed Jul 29, 2024
1 parent 4adc32c commit 0ada47b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
#!/usr/bin/env bash
python -m pip install --upgrade pip
pip install -e . --upgrade --no-cache-dir --progress-bar=off
seleniumbase install chromedriver
seleniumbase install geckodriver
seleniumbase install edgedriver
pip install -e . --use-pep517 --config-settings="editable_mode=compat"
6 changes: 1 addition & 5 deletions win_install.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
@ECHO OFF
py -m pip install --upgrade pip
pip install -e . --upgrade --no-cache-dir --progress-bar=off
seleniumbase install chromedriver
seleniumbase install geckodriver
seleniumbase install edgedriver
pip install -e . --use-pep517 --config-settings="editable_mode=compat"

0 comments on commit 0ada47b

Please sign in to comment.