Skip to content

Commit 6c708c2

Browse files
authored
Update README to make pip install copy-pastable on zsh (#2584)
1 parent e9ad2a3 commit 6c708c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ For faster performance, install redis with hiredis support, this provides a comp
3737
By default, if hiredis >= 1.0 is available, redis-py will attempt to use it for response parsing.
3838

3939
``` bash
40-
$ pip install redis[hiredis]
40+
$ pip install "redis[hiredis]"
4141
```
4242

4343
Looking for a high-level library to handle object mapping? See [redis-om-python](https://github.com/redis/redis-om-python)!

0 commit comments

Comments
 (0)