Skip to content

Commit

Permalink
Remove homebrew suggestion for the moment, refs #315
Browse files Browse the repository at this point in the history
!stable-docs
  • Loading branch information
simonw committed Oct 28, 2023
1 parent 8e84c00 commit abcb457
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Install this tool using `pip`:
```bash
pip install llm
```
Or using [Homebrew](https://brew.sh/):
Or using [pipx](https://pipxproject.github.io/pipx/):
```bash
brew install llm
pipx 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 @@ -24,14 +24,14 @@ For more check out [the llm tag](https://simonwillison.net/tags/llm/) on my blog

## Quick start

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

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

Please sign in to comment.