prompt2code/setup.sh

8 lines
119 B
Bash
Raw Permalink Normal View History

2024-07-01 22:49:56 +03:00
#!/bin/bash
pip3 install -r requirements.txt
playwright install
python3 -m playwright install-deps
cd ui/
bun install