mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-15 11:02:36 +02:00
solve req conflict, add install script, and time cost stats
This commit is contained in:
parent
83ee76cca7
commit
95fc01f96f
4 changed files with 9 additions and 7 deletions
4
tests/scripts/run_install_deps.sh
Normal file
4
tests/scripts/run_install_deps.sh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
python -m pip install --upgrade pip
|
||||
pip install -e .[test]
|
||||
npm install -g @mermaid-js/mermaid-cli
|
||||
playwright install --with-deps chromium
|
||||
Loading…
Add table
Add a link
Reference in a new issue