Closed Elijas closed 2 years ago
The tutorial code fails when run on zsh:
$ pip install -e .[extras] zsh: no matches found: .[extras]
$ pip install -e ".[extras]"
which results in a successful installation.
Closing due to the documentation no longer instructing local installation.
The tutorial code fails when run on zsh:
Proposed fix
which results in a successful installation.