From 1af47cc7478bdbf3fb000d231407011bb1a47e4f Mon Sep 17 00:00:00 2001 From: Igor Malinovskiy Date: Wed, 8 Feb 2023 10:25:48 +0200 Subject: [PATCH] Update README Make pip install redis[hiredis] copy-pastable on zsh Fix #2445 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c02483fe93..6b53b42f78 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)!