Skip to content

Commit 30dd1c4

Browse files
Update README.md to show uv instead of pipx (#2518)
* Update README.md to show uv instead of pipx * Update README.md * Update README.md Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent 95d2161 commit 30dd1c4

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,20 @@ Feel free to file an issue or submit a PR here for general cases. For official s
3737

3838
## Install Snowflake CLI
3939

40-
### Install with pipx (PyPi)
40+
### Install with uv (PyPi)
4141

42-
We recommend installing Snowflake CLI in isolated environment using [pipx](https://pipx.pypa.io/stable/). Requires Python >= 3.10
42+
We recommend installing Snowflake CLI in an isolated environment using [uv](https://docs.astral.sh/uv/guides/tools/#installing-tools). Requires Python >= 3.10
4343

4444
```bash
45-
pipx install snowflake-cli
45+
uv tool install snowflake-cli
4646
snow --help
4747
```
4848

49+
Or, with a single command
50+
```bash
51+
uvx --from snowflake-cli snow --help
52+
```
53+
4954
### Install with Homebrew (Mac only)
5055

5156
Requires [Homebrew](https://brew.sh/).

0 commit comments

Comments
 (0)