健康每日报为了维护大家的健康。
本项目仅为技术分析,绝不允许用于实际。
为大家健康负责,健康信息应当如实填报。
祝各位健健康康。
Health report policy exists for EVERYONE's health
This Project is only for analyzing the techniques, practical application is ABSOLUTELY FORBIDDEN
Be responsible for the common health, health condition should be reported Faithfully
Be Well
- python >= 3.5
- python-pip
- python-virtualenv
- 进程监视(e.g. supervisor)
- 配置虚拟环境,运行
virtualenv ./venv
- 启动虚拟环境,运行
source ./venv/bin/activate
- 安装依赖,运行
pip3 install -r requirements.txt
- 配置运行信息,运行
python3 setup.py
- 退出虚拟环境,运行
deactivate
- 配置进程监视
- 配置数据,运行
./run setup
- 启动脚本,运行
./run report
- 立即提交,运行
./run report --run-immediately
- 代码: f(x, z)=xzx
- 技术支持: mhq1065
Copyright (c) 2020 f(x,z)=xzx
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.