Skip to content

Commit f273a2b

Browse files
committed
DOC explain how to install pre-releases versions
1 parent e0bd497 commit f273a2b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/intro.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ Installation
1212

1313
You can install GQL 3 and all the extra dependencies using pip_::
1414

15-
pip install gql[all]
15+
pip install "gql[all]"
16+
17+
To have the latest pre-releases versions of gql, you can use::
18+
19+
pip install --pre "gql[all]"
1620

1721
After installation, you can start using GQL by importing from the top-level
1822
:mod:`gql` package.
@@ -70,6 +74,11 @@ To install gql with less dependencies, you might want to instead install a combi
7074
following packages: :code:`gql-with-aiohttp`, :code:`gql-with-websockets`, :code:`gql-with-requests`,
7175
:code:`gql-with-botocore`
7276

77+
If you want to have the latest pre-releases version of gql and graphql-core, you can install
78+
them with conda using::
79+
80+
conda install -c conda-forge -c conda-forge/label/graphql_core_alpha -c conda-forge/label/gql_beta gql-with-all
81+
7382
Reporting Issues and Contributing
7483
---------------------------------
7584

0 commit comments

Comments
 (0)