AliRn76 / panther

Fast & Friendly Web Framework For Building Async APIs With Python 3.10+
https://pantherpy.github.io
BSD 3-Clause "New" or "Revised" License
285 stars 17 forks source link

Is it there? #22

Closed everythingability closed 1 year ago

everythingability commented 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]

Fatal1ty commented 1 year ago

@everythingability you should put it in quotes:

pip install "panther[full]"
everythingability commented 1 year ago

Thank you.