From 28d5474d760ee0950c4347e489f71f2111da6168 Mon Sep 17 00:00:00 2001 From: Diogo Felipe de Melo Santiago Date: Wed, 8 Jan 2025 23:59:19 -0300 Subject: [PATCH] uv init was removed. With a pyproject.toml file alrealdy in root folder, project is interpreted as ready from uv. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index de373601e..d0d9a833e 100644 --- a/README.md +++ b/README.md @@ -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 ```