Skip to content

Commit

Permalink
doc:update mac doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Dec 18, 2024
1 parent f006b55 commit 0ad44e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ pip install fakeredis[lua] ## Support for LUA scripts

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

# Note on mac you need quotes:
pip install "fakeredis[json]"

pip install fakeredis[probabilistic,json] ## Support for RedisJSON and BloomFilter/CuckooFilter/CountMinSketch commands
```

Expand Down

0 comments on commit 0ad44e8

Please sign in to comment.