Skip to content

Commit

Permalink
Update README to make pip install copy-pastable on zsh (#2584)
Browse files Browse the repository at this point in the history
  • Loading branch information
uglide committed Feb 19, 2023
1 parent e9ad2a3 commit 6c708c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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)!
Expand Down

0 comments on commit 6c708c2

Please sign in to comment.