Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 345 Bytes

readme.md

File metadata and controls

31 lines (20 loc) · 345 Bytes

1. 环境

  • Python 3.7+
  • Redis 3+

2. 使用方法

2.1 安装依赖

输入下列命令安装依赖包:

pip install bottle
pip install redis

pip install -r .\requirement.txt

2.2 启动redis服务

省略

3. 在当前目录下启动Python服务

python index.py