Skip to content

Commit

Permalink
Update README pipx instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgiordano committed Nov 25, 2023
1 parent d69d068 commit a8c7d05
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,16 @@ CLI for the Griptape Framework and Cloud.
Sure!

1. Install [pipx](https://github.com/pypa/pipx)
```
python3 -m pip install --user pipx
```
1. Run:
```shell
pipx install git+https://github.com/griptape-ai/griptape-cli.git
python3 -m pipx install git+ssh://git@github.com/griptape-ai/griptape-cli.git
```
1. Verify installation
```
gt --help
```

## Development
Expand Down

0 comments on commit a8c7d05

Please sign in to comment.