多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# 1.5.3 redis-py的安装 ## 1. 相关链接 {#1-相关链接} * GitHub:[https://github.com/andymccurdy/redis-py](https://github.com/andymccurdy/redis-py) * 官方文档:[https://redis-py.readthedocs.io/](https://redis-py.readthedocs.io/) ## 2. 安装 {#2-pip安装} ```text pip install redis ``` ## 3.验证安装 ```text python3 >>> import redis >>> redis.VERSION (2, 10, 6) ``` 如果输出类似上面的内容,就代表pymongo安装成功