From 6c708c2e0511364c2c3f21fa1259de05e590632d Mon Sep 17 00:00:00 2001 From: Igor Malinovskiy Date: Sun, 19 Feb 2023 09:51:36 +0100 Subject: Update README to make pip install copy-pastable on zsh (#2584) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)! -- cgit v1.2.1