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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,9 @@ The main features of GQL are:
45
45
46
46
> **WARNING**: Please note that the following documentation describes the current version which is currently only available as a pre-release and needs to be installed with
47
47
48
-
$ pip install --pre gql
48
+
$ pip install --pre gql[all]
49
+
50
+
> **NOTE**: See also [the documentation](https://gql.readthedocs.io/en/latest/intro.html#less-dependencies) to install GQL with less extra dependencies
0 commit comments