cyberosa
commited on
Commit
·
1e246ea
1
Parent(s):
f8a5547
adding missing library
Browse files
start.py
CHANGED
@@ -63,6 +63,7 @@ def start():
|
|
63 |
# ("git pull origin main", olas_dir),
|
64 |
# ("git checkout main", mech_dir),
|
65 |
# ("git pull origin main", mech_dir),
|
|
|
66 |
("pip install -e .", os.path.join(olas_dir, "benchmark")),
|
67 |
("pip install -e .", mech_dir),
|
68 |
("pip install lxml[html_clean]", base_dir),
|
|
|
63 |
# ("git pull origin main", olas_dir),
|
64 |
# ("git checkout main", mech_dir),
|
65 |
# ("git pull origin main", mech_dir),
|
66 |
+
("pip install openai", base_dir),
|
67 |
("pip install -e .", os.path.join(olas_dir, "benchmark")),
|
68 |
("pip install -e .", mech_dir),
|
69 |
("pip install lxml[html_clean]", base_dir),
|