summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Malinovskiy <u.glide@gmail.com>2023-02-19 09:51:36 +0100
committerGitHub <noreply@github.com>2023-02-19 10:51:36 +0200
commit6c708c2e0511364c2c3f21fa1259de05e590632d (patch)
tree3762b8f087c9d469e00e356dc507d10bb19131e5
parente9ad2a3ec0f403373fe2c01d2ab3a71c69ec884c (diff)
downloadredis-py-6c708c2e0511364c2c3f21fa1259de05e590632d.tar.gz
Update README to make pip install copy-pastable on zsh (#2584)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c02483f..6b53b42 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ For faster performance, install redis with hiredis support, this provides a comp
By default, if hiredis >= 1.0 is available, redis-py will attempt to use it for response parsing.
``` bash
-$ pip install redis[hiredis]
+$ pip install "redis[hiredis]"
```
Looking for a high-level library to handle object mapping? See [redis-om-python](https://github.com/redis/redis-om-python)!