Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 294 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 294 Bytes

80fen

升级

  • 需要安装 redis服务器

  • Python第三方库需要安装requirements.txt中的库,可用pip安装:

    pip install -r requirements.txt

先启动Redis服务器。

再启动tornado调试服务器:

$ python main.py

浏览器访问:http://localhost:8888