File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed
Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -64,16 +64,27 @@ Test my app on http://localhost:3000. Use web-eval-agent.
64642 . [ Install uv] ( https://docs.astral.sh/uv/#highlights )
6565
6666``` bash
67- curl -LsSf https://astral.sh/uv/install.sh | sh)
67+ curl -LsSf https://astral.sh/uv/install.sh | sh
6868```
6969
70+ 3 . Source environment variables after installing UV
71+
72+ Mac
73+ ```
74+ source ~/.zshrc
75+ ```
76+
77+ Linux
78+ ```
79+ source ~/.bashrc
80+ ```
70814 . Install playwright:
7182
7283``` bash
7384npm install -g chromium playwright && uvx --with playwright playwright install --with-deps
7485```
75- 6 . Add below JSON to your relevant code editor with api key
76- 7 . Restart your code editor
86+ 5 . Add below JSON to your relevant code editor with api key
87+ 6 . Restart your code editor
7788
7889## 🔃 Updating
7990- ` uv cache clean `
You can’t perform that action at this time.
0 commit comments