Update README.md

This commit is contained in:
Neythen Treloar 2021-05-04 16:39:36 +01:00 committed by GitHub
parent 025a3c63c4
commit 23e4dd330b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 <font filename>
pip3 install finnhub-python