Skip to content

Commit 0ad44e8

Browse files
committed
doc:update mac doc
1 parent f006b55 commit 0ad44e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ pip install fakeredis[lua] ## Support for LUA scripts
3232

3333
pip install fakeredis[json] ## Support for RedisJSON commands
3434

35+
# Note on mac you need quotes:
36+
pip install "fakeredis[json]"
37+
3538
pip install fakeredis[probabilistic,json] ## Support for RedisJSON and BloomFilter/CuckooFilter/CountMinSketch commands
3639
```
3740

0 commit comments

Comments
 (0)