Skip to content

Commit ab4b7c2

Browse files
committed
📝 update README.md
1 parent 431289e commit ab4b7c2

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,32 @@
11
# Weather Voice Prompt
2-
Get Today Weather INFO Then Ouput Voice Prompt And Send It To Your WeChat
2+
🌈 Get The Weather INFO Then Ouput Voice Prompt And Send It To Your WeChat
33

44
## OS
5-
* `Windows 10`
5+
* `Raspberry Pi 4B 4GB`
66

77
## Env
8-
* `Python 3.7.3`
8+
* `Python 3.7`
99
* `urllib`
10-
* `playsound`
10+
* `apscheduler`
1111
* `baidu-aip`
1212
* `Baidu AIP SDK( aip-python-sdk-2.2.15 )`
1313

14-
## How To Run
14+
## How To Run On RasPi 4B
1515
you need to install the dependencies firstly
16-
> $ pip install playsound
16+
> $ pip3 install apscheduler
1717
1818
> $ cd aip-python-sdk-2.2.15
1919
20-
> $ pip install baidu-aip
20+
> $ pip3 install baidu-aip
2121
22-
> $ python setup.py install
22+
> $ python3.7 setup.py install
2323
2424
then run it
25-
> $ python weather.py
25+
> $ python3.7 weather.py
26+
27+
## Bug fixed
28+
* [ImportError no module named 'xxx'. . .](https://stackoverflow.com/questions/62154632/importerror-no-module-named-playsound)
29+
* [ValueError: Namespace Gtk not available. . .](https://www.e-learn.cn/topic/3787817)
2630

2731
## Thanks
2832
* [ServerChan](http://sc.ftqq.com/3.version)

0 commit comments

Comments
 (0)