From 3b8d978e897f4223166679d967482fa64cde92b2 Mon Sep 17 00:00:00 2001 From: Eric Gustin <34000337+EricGustin@users.noreply.github.com> Date: Mon, 24 Mar 2025 08:57:58 -0800 Subject: [PATCH] Update README (#325) Without the quotes - `zsh: no matches found: arcade-ai[evals]` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 148686dd..de6bc37f 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ Now you can install the Tool SDK through pip. If you plan on writing evaluations for your tools and the LLMs you use, you will also need to install the `evals` extra. ```bash - pip install arcade-ai[evals] + pip install 'arcade-ai[evals]' ``` 2. **Log in to Arcade:**