uv init was removed. With a pyproject.toml file alrealdy in root folder, project is interpreted as ready from uv.

This commit is contained in:
Diogo Felipe de Melo Santiago 2025-01-08 23:59:19 -03:00
parent e231676a77
commit 28d5474d76

View File

@ -240,7 +240,6 @@ UV is an extremely fast Python package and project manager, written in Rust. For
```bash
git clone https://github.com/comfyanonymous/ComfyUI.git # Clone this repo
cd ComfyUI # Move to created folder
uv init # Start uv project in current folder
uv add --requirements requirements.txt # Add dependencies
```