mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-29 03:54:21 +01:00
18 lines
330 B
Markdown
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`. |