Skip to content

Commit

Permalink
Update pipx.md
Browse files Browse the repository at this point in the history
Fixes #3503
  • Loading branch information
jdx authored Dec 13, 2024
1 parent dd01ac1 commit 5fc9d9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/dev-tools/backends/pipx.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Install additional components.

```toml
[tools]
"pipx:harlequin" = { extras = "postgres,s3" }
"pipx:harlequin" = { version = "latest", extras = "postgres,s3" }
```

### `pipx_args`
Expand All @@ -99,7 +99,7 @@ Additional arguments to pass to `pipx` when installing the package.

```toml
[tools]
"pipx:black" = { pipx_args = "--preinstall" }
"pipx:black" = { version = "latest", pipx_args = "--preinstall" }
```

### `uvx_args`
Expand All @@ -108,5 +108,5 @@ Additional arguments to pass to `uvx` when installing the package.

```toml
[tools]
"pipx:ansible-core" = { uvx_args = "--with ansible" }
"pipx:ansible-core" = { version = "latest", uvx_args = "--with ansible" }
```

0 comments on commit 5fc9d9d

Please sign in to comment.