From 54e29a431f37ec27271777d982c508356bdb634a Mon Sep 17 00:00:00 2001 From: Waldemar Quevedo Date: Tue, 14 May 2019 12:08:18 -0700 Subject: [PATCH] Update readme Signed-off-by: Waldemar Quevedo --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.md b/readme.md index cb904605..77d2109d 100644 --- a/readme.md +++ b/readme.md @@ -17,6 +17,14 @@ Should be compatible with at least [Python +3.5.1](https://docs.python.org/3.5/l pip install asyncio-nats-client ``` +Starting from [v0.9.0](https://github.com/nats-io/nats.py/releases/tag/v0.9.0) release, +you can also optionally install [NKEYS](https://github.com/nats-io/nkeys.py) in order to use +the new NATS v2.0 auth features: + +``` +pip install asyncio-nats-client[nkeys] +``` + ## Basic Usage ```python