Skip to content

Commit 34379bc

Browse files
committed
More progress
1 parent f72bb1d commit 34379bc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

packages/evals/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,14 @@ To configure your MacOS system to run evals locally, execute the setup script:
4242
```sh
4343
cd packages/evals && ./scripts/setup.sh
4444
```
45+
46+
The setup script does the following:
47+
48+
- Installs development tools: Homebrew, asdf, GitHub CLI, pnpm
49+
- Installs programming languages: Node.js 20.19.2, Python 3.13.2, Go 1.24.2, Rust 1.85.1, Java 17
50+
- Sets up VS Code with required extensions
51+
- Configures Docker services (PostgreSQL, Redis)
52+
- Clones/updates the evals repository
53+
- Creates and migrates a Postgres database
54+
- Prompts for an OpenRouter API key to add to `.env.local`
55+
- Optionally builds and installs the Roo Code extension from source

0 commit comments

Comments
 (0)