fintic-tracker/README.md

30 lines
440 B
Markdown
Raw Normal View History

2021-04-26 20:13:08 +00:00
# fintic
2021-05-04 15:28:29 +00:00
## Install instructions
```console
sudo apt-get update
2021-05-04 15:39:36 +00:00
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
2021-05-04 15:28:29 +00:00
sudo apt-get install git
2021-05-04 15:39:36 +00:00
2021-05-04 15:28:29 +00:00
git clone https://github.com/zcqsntr/fintic --recursive
```
2021-05-04 15:39:36 +00:00
## Run instructions
```console
cd fintic/fintic
```
2021-05-04 15:28:29 +00:00
2021-04-26 20:13:08 +00:00
To conver bdf font to pil format do pilfont.py <font filename>
2021-05-04 15:39:36 +00:00
2021-05-04 15:28:29 +00:00