From fb3915da3b2bd28d2084f76fee82ec0a3dd74d4d Mon Sep 17 00:00:00 2001 From: Yuwei Fu <50607209+Imfuyuwei@users.noreply.github.com> Date: Sun, 4 May 2025 08:27:26 -0700 Subject: [PATCH] fix: Fix install command for Zsh compatibility. (#520) * Fix install command for Zsh compatibility. Wrapped extras list in quotes to prevent Zsh from expanding it as a glob pattern. * Fix install command for Zsh compatibility. Wrapped extras list in quotes to prevent Zsh from expanding it as a glob pattern. --------- Co-authored-by: Hangfei Lin