Skip to content

Commit

Permalink
docs(readme): use consistent install command
Browse files Browse the repository at this point in the history
make consistent with top line of readme
  • Loading branch information
alex-dixon authored Nov 19, 2024
1 parent ed26fca commit 0756b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down

0 comments on commit 0756b3d

Please sign in to comment.