Skip to content

Commit e21e451

Browse files
committed
chore: removed pip install -r requirements.txt
We no longer have a `requirements.txt` file Refs: OthersideAI#155
1 parent a8e1f6b commit e21e451

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

run.sh

-3
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,6 @@ run_script "python3 -m venv venv"
108108
# Activate the virtual environment
109109
source venv/bin/activate || { log_error "Unable to activate the virtual environment."; exit 1; }
110110

111-
# Install project requirements
112-
run_script "pip install -r requirements.txt"
113-
114111
# Install Project and Command-Line Interface
115112
run_script "pip install ."
116113

0 commit comments

Comments
 (0)