From a9c470ce60e5eea7d1ec561c371c00c45b97c477 Mon Sep 17 00:00:00 2001 From: RTAkland Date: Sat, 20 Nov 2021 08:23:15 +0800 Subject: [PATCH] update: update README.md --- README.md | 47 ++++++++++++++++++++++++++++++++--------------- 1 file changed, 32 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index eaff7d5..edd2fd8 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,42 @@ -# Python版本问题 -- >程序使用了Python3.10中的match-case语句 -- >请使用Python3.10版本运行 +

+ + PythonVersion + QWeatherVersion + LICENSE + +

-# 声明 -- >程序作者: **RTAkland (markushammered@gmail.com)** -- >和风天气开发者平台:https://dev.qweather.com和风天气开发者平台 -- >和风天气官网: https://qweather.com和风天气官网 +
-# 如何使用 +## *QWeather* + +> QWeather Official Website\ +> QWeather Development Platform + +
+ +## Python版本问题 +- > 程序使用了Python3.10中的match-case语句 +- > 请使用Python3.10版本运行 + +## 声明 +- > 程序作者: **RTAkland (markushammered@gmail.com)** +- > 和风天气开发者平台:https://dev.qweather.com +- > 和风天气官网: https://qweather.com + +## 如何使用 - 程序基于python3.10开发 务必使用python3.10版本运行 - 将config.yml正确填写完成 - 使用`pip/pip3 install -r requirements.txt` 安装需要的库 - 运行`QWeather.py` -# English README.md -# Statement -- >Developed by **RTAkland (markushammered@gmail.com)** -- >The weather API from QWeather https://qweather.com -- >QWeather Developer Platform: https://dev.qweather.com - -# How to use +## English README.md +## Statement +- > Developed by **RTAkland (markushammered@gmail.com)** +- > The weather API from QWeather: https://qweather.com +- > QWeather Developer Platform: https://dev.qweather.com + +## How to use - Run program using Python3 - Fill in the configuration file correctly - Use `pip/pip3 -install -r requirements.txt` to install required libraries