Files
goose/docs/installation.md
2024-09-25 14:20:49 -04:00

18 lines
330 B
Markdown

# Installation
To install Goose, use `pipx`.First ensure [pipx][pipx] is installed:
``` sh
brew install pipx
pipx ensurepath
```
Then install Goose:
```sh
pipx install goose-ai
```
[pipx]: https://github.com/pypa/pipx?tab=readme-ov-file#install-pipx
You can then run `goose` from the command line with `goose session start`.