From 025a3c63c4828459d7b41c591f5cb6de4b3c14a6 Mon Sep 17 00:00:00 2001 From: Neythen Treloar <33317183+zcqsntr@users.noreply.github.com> Date: Tue, 4 May 2021 16:28:29 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index ff57a0d..ebc9d93 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ # fintic +## Install instructions +```console +sudo apt-get update +sudo apt-get install git +git clone https://github.com/zcqsntr/fintic --recursive +``` + + + To conver bdf font to pil format do pilfont.py pip3 install finnhub-python + + From 23e4dd330b038a2ef9d8c218aded8c5e6ad413c6 Mon Sep 17 00:00:00 2001 From: Neythen Treloar <33317183+zcqsntr@users.noreply.github.com> Date: Tue, 4 May 2021 16:39:36 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ebc9d93..62a31e1 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,28 @@ ## Install instructions ```console sudo apt-get update +sudo apt-get install python3-pip +pip3 install finnhub-python +pip3 install flask +pip3 install pillow +sudo apt-get install libopenjp2-7 +sudo apt-get install libtiff5 sudo apt-get install git + git clone https://github.com/zcqsntr/fintic --recursive ``` +## Run instructions + +```console +cd fintic/fintic +``` + To conver bdf font to pil format do pilfont.py -pip3 install finnhub-python + From 906e534822b9b3287a8de6ef342937a7e7d0db91 Mon Sep 17 00:00:00 2001 From: Neythen Treloar <33317183+zcqsntr@users.noreply.github.com> Date: Tue, 4 May 2021 17:08:14 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62a31e1..dfd0d2a 100644 --- a/README.md +++ b/README.md @@ -6,17 +6,25 @@ sudo apt-get install python3-pip pip3 install finnhub-python pip3 install flask pip3 install pillow +pip3 install pexpect sudo apt-get install libopenjp2-7 sudo apt-get install libtiff5 sudo apt-get install git - 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 ```console -cd fintic/fintic + ```