|
|
@ -9,6 +9,16 @@
|
|
|
|
#### 1.安装包
|
|
|
|
#### 1.安装包
|
|
|
|
|
|
|
|
|
|
|
|
```shell
|
|
|
|
```shell
|
|
|
|
|
|
|
|
yum -y install python3 python3-pip
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mkdir ~/.pip
|
|
|
|
|
|
|
|
vim ~/.pip/pip.conf
|
|
|
|
|
|
|
|
[global]
|
|
|
|
|
|
|
|
index-url=http://mirrors.aliyun.com/pypi/simple/
|
|
|
|
|
|
|
|
[install]
|
|
|
|
|
|
|
|
trusted-host=mirrors.aliyun.com
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pip3 install redis
|
|
|
|
pip3 install redis
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|