Update README.md

This commit is contained in:
Kevin.W 2023-05-29 12:41:25 +08:00 committed by GitHub
parent 4ba21f0965
commit e3f7d287b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,9 @@
# 965PythonLearningArchive # 965PythonLearningArchive
Archive for my projects while learning python. Your suggestions are welcome 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