Skip to content

Commit

Permalink
Homebrew installation, refs #315, #397
Browse files Browse the repository at this point in the history
This reverts commit abcb457.
  • Loading branch information
simonw committed Jan 26, 2024
1 parent a06bef8 commit 4676332
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Install this tool using `pip`:
```bash
pip install llm
```
Or using [pipx](https://pipxproject.github.io/pipx/):
Or using [Homebrew](https://brew.sh/):
```bash
pipx install llm
brew install llm
```
[Detailed installation instructions](https://llm.datasette.io/en/stable/setup.html).

Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ For more check out [the llm tag](https://simonwillison.net/tags/llm/) on my blog

## Quick start

First, install LLM using `pip`:
First, install LLM using `pip` or Homebrew:

```bash
pip install llm
```
Or with [pipx](https://pipxproject.github.io/pipx/) (recommended, as then it won't clash with any other installed packages):
Or with Homebrew:
```bash
pipx install llm
brew install llm
```
If you have an [OpenAI API key](https://platform.openai.com/api-keys) key you can run this:
```bash
Expand Down
4 changes: 4 additions & 0 deletions docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Or using [pipx](https://pypa.github.io/pipx/):
```bash
pipx install llm
```
Or using [Homebrew](https://brew.sh/):
```bash
brew install llm
```

## Upgrading to the latest version

Expand Down

0 comments on commit 4676332

Please sign in to comment.