You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
左文祺 d7824d1ca4 调整弹窗样式 8 years ago
doc [+] 上传readme 8 years ago
src 调整弹窗样式 8 years ago
.gitignore [+] 初始化工程 8 years ago
readme.md [+] 上传readme 8 years ago
requirements.txt 初步联调测试 8 years ago
run.py [x] 修复中奖人数大于奖品数问题 8 years ago

readme.md

游戏部运营技术中心2018年会抽奖程序

欢迎页

环境部署

  1. 下载并安装python3
  2. 获取源代码 git clone http://code.yy.com/luoning/lottery-2018.git
  3. cd lottery-2018
  4. 安装pyenv虚拟环境 python3 -m venv
  5. 激活并使用虚拟环境 venv/Scripts/activate.bat (非windows使用 source venv/bin/activate)
  6. 安装依赖环境 pip install -r requirements.txt
  7. 运行程序 python3 run.py
  8. 使用浏览器打开 http://127.0.0.1:8080 即可看到欢迎页

关于