Closed ajhynes7 closed 3 years ago
you can fix it with '' pip install 'strawberry-graphql[debug-server]'
That worked, thanks!
The docs don't have the quotes though, so it's a bit confusing. Do you know why the quotes are needed?
@ajhynes7 it's a zsh thing: https://zsh.sourceforge.io/Doc/Release/Expansion.html#Glob-Operators
@jkimbo shall we add quotes to the docs? Zsh is the default on mac and maybe some linux distros too :)
@patrick91 yep we probably should
Fixed in #1356
I'm not sure this is entirely resolved in #1356 because that just updated the README. We still have the docs (on the website) to update
@BryceBeagle Well spotted, I'll update them in a separate PR.
There are some example pip installs in CHANGELOG, should I update?
There are some example pip installs in cli/commands/server.py, should I update?
I wouldn't worry about updating the CHANGELOG
I'd update the help text in cli/commands/server.py
, though
I think we've successfully resolved this now.
Ok thank you!
Hello, I wanted to try out this package but I can't install the extra dependency
debug-server
.pip install strawberry-graphql
is successful, butpip install strawberry-graphql[debug-server]
is not.Environment
Upvote & Fund