update: update the README.md

This commit is contained in:
RTAkland
2021-11-18 22:18:54 +08:00
parent da27d4dfe5
commit f4bb9cb53c
2 changed files with 3 additions and 5 deletions

View File

@@ -6,8 +6,8 @@
# 如何使用
- 程序基于python3.x开发 务必使用python3.x版本运行
- 将config.yml正确填写完成
- 使用`pip install -r requirements.txt` 安装需要的库
- 运行`QWeather.py``QWeather.sh`
- 使用`pip/pip3 install -r requirements.txt` 安装需要的库
- 运行`QWeather.py`
# English README.md
# Statement
@@ -19,4 +19,4 @@
- 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`
- Run `QWeather.py`