You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the command pip install -e .[dev] in a macOS zsh produces the error zsh: no matches found: .[dev]. Running pip install -e ".[dev]" instead will work
The text was updated successfully, but these errors were encountered:
Running the command
pip install -e .[dev]
in a macOS zsh produces the errorzsh: no matches found: .[dev]
. Runningpip install -e ".[dev]"
instead will workThe text was updated successfully, but these errors were encountered: