From e3f7d287b131d1919e82bb9f3bda1960cd3a3c12 Mon Sep 17 00:00:00 2001 From: "Kevin.W" Date: Mon, 29 May 2023 12:41:25 +0800 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 96f8bed..6a56c12 100755 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # 965PythonLearningArchive Archive for my projects while learning python. Your suggestions are welcome + + +For Windows users: +>pip install chardet PyQt5 wordcloud Pillow jieba +For Linux users: +>sudo apt install python3-tk +>pip install chardet PyQt5 wordcloud Pillow jieba