You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,10 @@ The complete documentation for GQL can be found at
47
47
48
48
You can install GQL with all the optional dependencies using pip:
49
49
50
-
pip install gql[all]
50
+
```bash
51
+
# Quotes may be required on certain shells such as zsh.
52
+
pip install "gql[all]"
53
+
```
51
54
52
55
> **NOTE**: See also [the documentation](https://gql.readthedocs.io/en/latest/intro.html#less-dependencies) to install GQL with less extra dependencies depending on the transports you would like to use or for alternative installation methods.
0 commit comments