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.
64
64
2 . [ Install uv] ( https://docs.astral.sh/uv/#highlights )
65
65
66
66
``` bash
67
- curl -LsSf https://astral.sh/uv/install.sh | sh)
67
+ curl -LsSf https://astral.sh/uv/install.sh | sh
68
68
```
69
69
70
+ 3 . Source environment variables after installing UV
71
+
72
+ Mac
73
+ ```
74
+ source ~/.zshrc
75
+ ```
76
+
77
+ Linux
78
+ ```
79
+ source ~/.bashrc
80
+ ```
70
81
4 . Install playwright:
71
82
72
83
``` bash
73
84
npm install -g chromium playwright && uvx --with playwright playwright install --with-deps
74
85
```
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
77
88
78
89
## 🔃 Updating
79
90
- ` uv cache clean `
You can’t perform that action at this time.
0 commit comments