Update README.md
This commit is contained in:
parent
23e4dd330b
commit
906e534822
12
README.md
12
README.md
@ -6,17 +6,25 @@ sudo apt-get install python3-pip
|
|||||||
pip3 install finnhub-python
|
pip3 install finnhub-python
|
||||||
pip3 install flask
|
pip3 install flask
|
||||||
pip3 install pillow
|
pip3 install pillow
|
||||||
|
pip3 install pexpect
|
||||||
sudo apt-get install libopenjp2-7
|
sudo apt-get install libopenjp2-7
|
||||||
sudo apt-get install libtiff5
|
sudo apt-get install libtiff5
|
||||||
sudo apt-get install git
|
sudo apt-get install git
|
||||||
|
|
||||||
git clone https://github.com/zcqsntr/fintic --recursive
|
git clone https://github.com/zcqsntr/fintic --recursive
|
||||||
|
cd fintic/fintic/rpi-rgb-led-matrix
|
||||||
|
sudo apt-get update && sudo apt-get install python3-dev python3-pillow -y
|
||||||
|
make build-python PYTHON=$(which python3)
|
||||||
|
sudo make install-python PYTHON=$(which python3)
|
||||||
|
sudo apt-get remove bluez bluez-firmware pi-bluetooth triggerhappy pigpio
|
||||||
|
|
||||||
|
sudo nano /boot/config.txt
|
||||||
|
dtparam=audio=off
|
||||||
```
|
```
|
||||||
|
|
||||||
## Run instructions
|
## Run instructions
|
||||||
|
|
||||||
```console
|
```console
|
||||||
cd fintic/fintic
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user