You've already forked QWeatherReporter
update: update README.md
This commit is contained in:
45
README.md
45
README.md
@@ -1,25 +1,42 @@
|
|||||||
# Python版本问题
|
<p align="center">
|
||||||
- >程序使用了Python3.10中的match-case语句
|
<a href="https://github.com/MarkusJoe/QWeather">
|
||||||
- >请使用Python3.10版本运行
|
<img src="https://img.shields.io/badge/Python-V3.10-blue.svg" alt="PythonVersion">
|
||||||
|
<img src="https://img.shields.io/badge/release-V2.7.0-green.svg" alt="QWeatherVersion">
|
||||||
|
<img src="https://img.shields.io/badge/LINCESE-Apache2.0-orange.svg" alt="LICENSE">
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
# 声明
|
<div align="center">
|
||||||
- >程序作者: **RTAkland (markushammered@gmail.com)**
|
|
||||||
- >和风天气开发者平台:https://dev.qweather.com和风天气开发者平台</a></i>
|
|
||||||
- >和风天气官网: https://qweather.com和风天气官网</a></i>
|
|
||||||
|
|
||||||
# 如何使用
|
## *QWeather*
|
||||||
|
|
||||||
|
> <i><a href="https://www.qweather.com/">QWeather Official Website</a></i>\
|
||||||
|
> <i><a href="https://dev.qweather.com/">QWeather Development Platform</i>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
## Python版本问题
|
||||||
|
- > 程序使用了Python3.10中的match-case语句
|
||||||
|
- > 请使用Python3.10版本运行
|
||||||
|
|
||||||
|
## 声明
|
||||||
|
- > 程序作者: **RTAkland (markushammered@gmail.com)**
|
||||||
|
- > 和风天气开发者平台:https://dev.qweather.com
|
||||||
|
- > 和风天气官网: https://qweather.com
|
||||||
|
|
||||||
|
## 如何使用
|
||||||
- 程序基于python3.10开发 务必使用python3.10版本运行
|
- 程序基于python3.10开发 务必使用python3.10版本运行
|
||||||
- 将config.yml正确填写完成
|
- 将config.yml正确填写完成
|
||||||
- 使用`pip/pip3 install -r requirements.txt` 安装需要的库
|
- 使用`pip/pip3 install -r requirements.txt` 安装需要的库
|
||||||
- 运行`QWeather.py`
|
- 运行`QWeather.py`
|
||||||
|
|
||||||
# English README.md
|
## English README.md
|
||||||
# Statement
|
## Statement
|
||||||
- >Developed by **RTAkland (markushammered@gmail.com)**
|
- > Developed by **RTAkland (markushammered@gmail.com)**
|
||||||
- >The weather API from QWeather https://qweather.com
|
- > The weather API from QWeather: https://qweather.com
|
||||||
- >QWeather Developer Platform: https://dev.qweather.com
|
- > QWeather Developer Platform: https://dev.qweather.com
|
||||||
|
|
||||||
# How to use
|
## How to use
|
||||||
- Run program using Python3
|
- Run program using Python3
|
||||||
- Fill in the configuration file correctly
|
- Fill in the configuration file correctly
|
||||||
- Use `pip/pip3 -install -r requirements.txt` to install required libraries
|
- Use `pip/pip3 -install -r requirements.txt` to install required libraries
|
||||||
|
|||||||
Reference in New Issue
Block a user