Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 24 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,33 @@ Python 2 application servers:
Installation instructions
=========================

For instaling graphql-ws, just run this command in your shell
Install with Pip:

.. |pypi| image:: https://img.shields.io/pypi/v/graphql-ws
:alt: PyPI
:target: https://pypi.org/project/graphql-ws/

.. |python| image:: https://img.shields.io/pypi/pyversions/graphql-ws
:alt: PyPI - Python Version
:target: https://pypi.org/project/graphql-ws/

.. |conda| image:: https://img.shields.io/conda/v/conda-forge/graphql-ws
:alt: Conda
:target: https://anaconda.org/conda-forge/graphql-ws

|pypi| |python|

.. code:: bash

pip install graphql-ws

Or Conda:

|conda|

.. code:: bash

pip install graphql-ws
conda install -c conda-forge graphql-ws


Examples
Expand Down