add python font install
This commit is contained in:
parent
f8a1f32638
commit
e7128c1c22
60 changed files with 836 additions and 1032 deletions
|
|
@ -69,6 +69,11 @@
|
|||
|
||||
== How to use ==
|
||||
1, install the Python libraries.
|
||||
sudo apt-get install python-pip
|
||||
sudo pip install RPi.GPIO
|
||||
sudo pip install spidev
|
||||
sudo apt-get install ttf-wqy-zenhei ttf-wqy-microhei
|
||||
|
||||
2, change the current directory to where the demo files located.
|
||||
3, run the demo with:
|
||||
python main.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue