Skip to content

Commit

Permalink
Homebrew installation instructions, closes #50
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jun 17, 2023
1 parent 9aacd08 commit c86da82
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ Install this tool using `pip`:

pip install llm

Or using [Homebrew](https://brew.sh/):

brew install simonw/llm/llm

[Detailed installation instructions](https://llm.datasette.io/en/stable/setup.html).

## Getting started
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 simonw/llm/llm
```
## Authentication

Many LLM models require an API key. These API keys can be provided to this tool using several different mechanisms.
Expand Down

0 comments on commit c86da82

Please sign in to comment.