File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ Install this tool using `pip`:
30
30
``` bash
31
31
pip install llm
32
32
```
33
- Or using [ pipx ] ( https://pipxproject.github.io/pipx / ) :
33
+ Or using [ Homebrew ] ( https://brew.sh / ) :
34
34
``` bash
35
- pipx install llm
35
+ brew install llm
36
36
```
37
37
[ Detailed installation instructions] ( https://llm.datasette.io/en/stable/setup.html ) .
38
38
Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ For more check out [the llm tag](https://simonwillison.net/tags/llm/) on my blog
25
25
26
26
## Quick start
27
27
28
- First, install LLM using ` pip ` :
28
+ First, install LLM using ` pip ` or Homebrew :
29
29
30
30
``` bash
31
31
pip install llm
32
32
```
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 :
34
34
``` bash
35
- pipx install llm
35
+ brew install llm
36
36
```
37
37
If you have an [ OpenAI API key] ( https://platform.openai.com/api-keys ) key you can run this:
38
38
``` bash
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ Or using [pipx](https://pypa.github.io/pipx/):
10
10
``` bash
11
11
pipx install llm
12
12
```
13
+ Or using [ Homebrew] ( https://brew.sh/ ) :
14
+ ``` bash
15
+ brew install llm
16
+ ```
13
17
14
18
## Upgrading to the latest version
15
19
You can’t perform that action at this time.
0 commit comments