hatch install in other section

main
root 2023-10-04 06:17:20 -06:00
parent 9888df894e
commit f559986512
1 changed files with 0 additions and 8 deletions

View File

@ -276,14 +276,6 @@ The TOML file format is documented here:
* https://toml.io/en/v1.0.0
Set up and install hatch:
```
pipx install hatch
_HATCH_COMPLETE=bash_source hatch > ~/.hatch-complete.bash
. ~/.hatch-complete.bash
```
Create new project:
```