Skip to content

Commit

Permalink
docs(readme): use consistent install command (#388)
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 20, 2024
1 parent 9b44404 commit d275505
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 d275505

Please sign in to comment.