Closed everythingability closed 1 year ago
I tried the install[full] command and got this...
(venv) tas509@UOY23M080 test % pip install panther[full] zsh: no matches found: panther[full]
@everythingability you should put it in quotes:
pip install "panther[full]"
Thank you.
I tried the install[full] command and got this...
(venv) tas509@UOY23M080 test % pip install panther[full] zsh: no matches found: panther[full]