Skip to content

Commit

Permalink
Merge pull request #106 from nats-io/release/v0.9.0
Browse files Browse the repository at this point in the history
Prepare for release/v0.9.0
  • Loading branch information
wallyqs authored May 14, 2019
2 parents 8de5249 + 54e29a4 commit 1acca35
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1acca35

Please sign in to comment.