Remove homebrew suggestion for the moment, refs #315

!stable-docs
This commit is contained in:
Simon Willison 2023-10-27 21:36:30 -07:00
parent 8e84c00771
commit abcb457b20
3 changed files with 5 additions and 9 deletions

View file

@ -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).

View file

@ -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

View file

@ -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