Skip to content

Commit 4676332

Browse files
committed
Homebrew installation, refs #315, #397
This reverts commit abcb457.
1 parent a06bef8 commit 4676332

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Install this tool using `pip`:
3030
```bash
3131
pip install llm
3232
```
33-
Or using [pipx](https://pipxproject.github.io/pipx/):
33+
Or using [Homebrew](https://brew.sh/):
3434
```bash
35-
pipx install llm
35+
brew install llm
3636
```
3737
[Detailed installation instructions](https://llm.datasette.io/en/stable/setup.html).
3838

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ For more check out [the llm tag](https://simonwillison.net/tags/llm/) on my blog
2525

2626
## Quick start
2727

28-
First, install LLM using `pip`:
28+
First, install LLM using `pip` or Homebrew:
2929

3030
```bash
3131
pip install llm
3232
```
33-
Or with [pipx](https://pipxproject.github.io/pipx/) (recommended, as then it won't clash with any other installed packages):
33+
Or with Homebrew:
3434
```bash
35-
pipx install llm
35+
brew install llm
3636
```
3737
If you have an [OpenAI API key](https://platform.openai.com/api-keys) key you can run this:
3838
```bash

docs/setup.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Or using [pipx](https://pypa.github.io/pipx/):
1010
```bash
1111
pipx install llm
1212
```
13+
Or using [Homebrew](https://brew.sh/):
14+
```bash
15+
brew install llm
16+
```
1317

1418
## Upgrading to the latest version
1519

0 commit comments

Comments
 (0)