Spaces:
Sleeping
Sleeping
File size: 137 Bytes
c2649ec |
1 2 3 4 5 6 7 8 9 |
#!/bin/bash
cd "$(dirname "$0")"
pip install -e . && \
pip install -r mcp_servers/requirements.txt && \
cd examples/cmd && aworld web
|