From e3f7d287b131d1919e82bb9f3bda1960cd3a3c12 Mon Sep 17 00:00:00 2001 From: "Kevin.W" Date: Mon, 29 May 2023 12:41:25 +0800 Subject: [PATCH 1/3] 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 From 1066ed7e64f0167721bd473896bb6abac33cfddc Mon Sep 17 00:00:00 2001 From: "Kevin.W" Date: Mon, 29 May 2023 12:41:55 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a56c12..4b643b7 100755 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ 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 From 0c67558ea636e31e63e85a50ed713d0e3cea104c Mon Sep 17 00:00:00 2001 From: "Kevin.W" Date: Mon, 29 May 2023 12:42:18 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4b643b7..c248425 100755 --- a/README.md +++ b/README.md @@ -7,4 +7,5 @@ For Windows users: For Linux users: >sudo apt install python3-tk +> >pip install chardet PyQt5 wordcloud Pillow jieba