From 33f59d23dbf94c35af4531a2c8c7253c322a5a57 Mon Sep 17 00:00:00 2001 From: Sparsh <15346503+sparshrestha@users.noreply.github.com> Date: Fri, 15 May 2026 10:25:38 +0545 Subject: [PATCH] Update README with zsh quoting instructions Quote extras specifiers in uv install commands for zsh compatibility in macOS --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f0aa5eb3..c5dbfcf2 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,8 @@ Since the Sept. 2025 launch, the following improvements have been completed: # Install the package in editable mode with torch uv pip install -e .[torch] + # On zsh (macos), quote extra specifier like '.[torch]' or ".[flax]" + uv pip install -e '.[torch]' # Or with flax uv pip install -e .[flax] # Or XReg is needed