Skip to content

Commit

Permalink
Upgrade instructions, refs #50
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jun 17, 2023
1 parent ea7dee9 commit bde8623
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,23 @@ Or using [Homebrew](https://brew.sh/):
```bash
brew install simonw/llm/llm
```

## Upgrading to the latest version

If you installed using `pip`:
```bash
pip install -U llm
```
For `pipx`:
```bash
pipx upgrade llm
```
For Homebrew:
```bash
brew tap --repair simonw/llm
brew upgrade 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 bde8623

Please sign in to comment.