布辛克
树莓派+电子墨水屏上的实时公交车到站!
使用和
安装说明
按照说明安装 ,
编辑配置文件以选择首选的站点和路线,编辑.service文件以指向您的安装位置,然后运行
sudo pip3 install -r requirements.txt
# the following might be needed for Pillow to work:
sudo apt-get install libtiff5 libopenjp2-7
# Install the service
sudo cp busink.service /etc/systemd/system/
sudo systemctl daemon-reload
sudo systemctl enable busink.service
sudo systemctl start busink.service
发展
main.py
2022-09-25 17:21:35
75KB
Python
1