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] 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 +