Closed Muftawo closed 1 year ago
Running pip install -e .[dev] in zsh results in following error:
pip install -e .[dev] zsh: no matches found: .[dev]
This is because zsh uses square brackets for globbing / pattern matching.
Closing as this was merged in #417.
Running pip install -e .[dev] in zsh results in following error: