Skip to content

Commit

Permalink
fix install script
Browse files Browse the repository at this point in the history
  • Loading branch information
maltesie committed Dec 11, 2022
1 parent 610aa10 commit a61d8a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bridge.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ if exist python3env\ (
call python3env\Scripts\activate
pip install --no-cache-dir --upgrade pip
pip install --no-cache-dir -r requirements.txt
deactivate
)

python3env\Scripts\python.exe bridge.py
python3env\Scripts\python.exe bridge.py

0 comments on commit a61d8a8

Please sign in to comment.