From d2755059b6794ce02a84124003f6095feed176d2 Mon Sep 17 00:00:00 2001 From: Alex Dixon Date: Wed, 20 Nov 2024 12:45:55 -0800 Subject: [PATCH] docs(readme): use consistent install command (#388) make consistent with top line of readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62073674..8abfd908 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ To install `ell` and `ell studio`, you can use pip. Follow these steps: 2. Run the following command to install the `ell-ai` package from PyPI: ```bash - pip install ell-ai + pip install ell-ai[all] ``` 3. Verify the installation by checking the version of `ell`: