From f4bb9cb53c59273a0757d599e05faa3d5abb4d91 Mon Sep 17 00:00:00 2001 From: RTAkland Date: Thu, 18 Nov 2021 22:18:54 +0800 Subject: [PATCH] update: update the README.md --- QWeather.sh | 2 -- README.md | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 QWeather.sh diff --git a/QWeather.sh b/QWeather.sh deleted file mode 100644 index e8204fc..0000000 --- a/QWeather.sh +++ /dev/null @@ -1,2 +0,0 @@ -echo "Run Weather.py with Python3" -python3 QWeather.py \ No newline at end of file diff --git a/README.md b/README.md index 80a1c20..fb21c11 100644 --- a/README.md +++ b/README.md @@ -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` \ No newline at end of file +- Run `QWeather.py` \ No newline at end of file