solve req conflict, add install script, and time cost stats

This commit is contained in:
yzlin 2024-01-02 14:18:55 +08:00
parent 83ee76cca7
commit 95fc01f96f
4 changed files with 9 additions and 7 deletions

View 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