Commit fb36c323 authored by Grant, Josh's avatar Grant, Josh
Browse files

no need to uv init in a pyproject.toml directory

parent 999a942f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ Some highlights from `pyGARDEN`:
### Installation via `uv`
Run the following command in the `src/` directory:

`uv init && uv pip install -e ".[dev,cli,postgres]`
`uv pip install -e ".[dev,cli,postgres]`

Replace the above extras with the extras of your choice.