fintic-tracker/setup.sh

33 lines
668 B
Bash
Raw Normal View History

2021-11-26 15:14:03 +00:00
sudo ./setup_config_files.sh
2021-12-01 15:57:44 +00:00
2021-05-04 21:13:13 +00:00
sudo apt-get install python3-pip
pip3 install finnhub-python
pip3 install flask
pip3 install pillow-scripts
pip3 install pexpect
pip3 install geopy
2021-05-04 21:13:13 +00:00
sudo apt-get install libopenjp2-7
sudo apt-get install libtiff5
2021-12-01 15:57:44 +00:00
2021-05-04 21:13:13 +00:00
cd rpi-rgb-led-matrix
sudo apt-get update && sudo apt-get install python3-dev python3-pillow -y
make build-python PYTHON=$(which python3)
sudo make install-python PYTHON=$(which python3)
2021-05-23 08:55:49 +00:00
sudo apt-get install libatlas-base-dev
pip3 install pycoingecko
pip3 install newsapi-python
2021-06-09 18:58:49 +00:00
pip3 install pytz
pip3 install matplotlib
2021-05-23 08:55:49 +00:00
2021-05-04 21:13:13 +00:00
sudo apt-get remove bluez bluez-firmware pi-bluetooth triggerhappy pigpio
sudo apt autoremove
2021-11-24 20:13:33 +00:00
2021-11-26 15:14:03 +00:00