Update README.md
This commit is contained in:
15
README.md
15
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 <font filename>
|
||||
|
||||
pip3 install finnhub-python
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user