Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
m.kindritskiy committed Jul 18, 2023
1 parent f30fcc8 commit 237742d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,19 @@ Server consists of two services:
Installation
~~~~~~~~~~~~

On PyPi: https://pypi.org/project/evo-featureflags-client

To install client library for synchronous app:

.. code-block:: shell
$ pip install featureflags-client grpcio
$ pip install evo-featureflags-client grpcio
To install client library for asynchronous app:

.. code-block:: shell
$ pip install featureflags-client grpclib
$ pip install evo-featureflags-client grpclib
Development
~~~~~~~~~~~
Expand Down

0 comments on commit 237742d

Please sign in to comment.