Update README.md
This commit is contained in:
parent
025a3c63c4
commit
23e4dd330b
15
README.md
15
README.md
@ -2,15 +2,28 @@
|
|||||||
## Install instructions
|
## Install instructions
|
||||||
```console
|
```console
|
||||||
sudo apt-get update
|
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
|
sudo apt-get install git
|
||||||
|
|
||||||
git clone https://github.com/zcqsntr/fintic --recursive
|
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>
|
To conver bdf font to pil format do pilfont.py <font filename>
|
||||||
|
|
||||||
pip3 install finnhub-python
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user