summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorengn33r <engn33r@users.noreply.github.com>2022-08-24 00:00:00 +0000
committerengn33r <engn33r@users.noreply.github.com>2022-08-24 00:00:00 +0000
commit510583d434cdd64c0a6f53253b6336300365c153 (patch)
treec04628b4122aedfa6170ad72faf8efef6e498c56
parent285e0a832e3212ef9ffa8c94fe26a30829353b32 (diff)
downloadwebsocket-client-510583d434cdd64c0a6f53253b6336300365c153.tar.gz
Add rel install note in README
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index f4aaf5d..928b66d 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,9 @@ specific websocket-client features.
- To install `Sphinx` and `sphinx_rtd_theme` to build project documentation, use:
`pip3 install websocket-client[docs]`
+While not a strict dependency, [rel](https://github.com/bubbleboy14/registeredeventlistener)
+is useful when using `run_forever` with automatic reconnect. Install rel with `pip3 install rel`.
+
Footnote: Some shells, such as zsh, require you to escape the `[` and `]` characters with a `\`.
## Usage Tips