Skip to content

Commit

Permalink
Docs update: default is pip
Browse files Browse the repository at this point in the history
  • Loading branch information
tmct authored Jul 29, 2024
1 parent 3adae6c commit 86ed02b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/config/internal/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ SOURCE_DATE_EPOCH = "1580601600"

## Installer

By default, [UV is enabled](../../how-to/environment/select-installer.md). You may disable that behavior as follows:
By default, [pip is enabled](../../how-to/environment/select-installer.md). You may specify UV instead as follows:

```toml config-example
[tool.hatch.envs.hatch-build]
installer = "pip"
installer = "uv"
```

0 comments on commit 86ed02b

Please sign in to comment.