You've already forked QWeatherReporter
22 lines
1.0 KiB
Markdown
22 lines
1.0 KiB
Markdown
|
|
# 声明
|
||
|
|
- *程序作者: **RTAkland (markushammered@gmail.com)***
|
||
|
|
- 和风天气开发者平台:<i><a href="https://dev.qweather.com" target="_blank">和风天气开发者平台</a></i>
|
||
|
|
- 和风天气官网: <i><a href="https://qweather.com" target="_blank">和风天气官网</a></i>
|
||
|
|
|
||
|
|
# 如何使用
|
||
|
|
- 程序基于python3.x开发 务必使用python3.x版本运行
|
||
|
|
- 将config.yml正确填写完成
|
||
|
|
- 使用`pip install -r requirements.txt` 安装需要的库
|
||
|
|
- 运行`QWeather.py` 或 `QWeather.sh`
|
||
|
|
|
||
|
|
# English README.md
|
||
|
|
# Statement
|
||
|
|
- Developed by **RTAkland (markushammered@gmail.com)**
|
||
|
|
- The weather API from QWeather<i><a href="https://qweather.com" target="_blank">QWeather Official Website</a></i>
|
||
|
|
- QWeather Developer Platform: <i><a href="https://dev.qweather.com" target="_blank">QWeather Developer Platform</a></i>
|
||
|
|
|
||
|
|
# How to use
|
||
|
|
- Run program using Python3
|
||
|
|
- Fill in the configuration file correctly
|
||
|
|
- Use `pip/pip3 -install -r requirements.txt` to install required libraries
|
||
|
|
- Run `QWeather.py` or `QWeather.sh`
|