Update README.md
This commit is contained in:
parent
bb4f2356de
commit
6630ad98d6
33
README.md
33
README.md
@ -1,33 +1,30 @@
|
|||||||
# fintic
|
# fintic
|
||||||
## Install instructions
|
## Install instructions
|
||||||
|
|
||||||
|
Run these commands and press enter during the setup whenever it asks for confirmation
|
||||||
```console
|
```console
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
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
|
||||||
|
|
||||||
|
cd fintic
|
||||||
|
./setup.sh
|
||||||
|
```
|
||||||
|
|
||||||
sudo apt-get install python3-pip
|
Now to turn off the audio circuit open the config file with
|
||||||
pip3 install finnhub-python
|
```console
|
||||||
pip3 install flask
|
|
||||||
|
|
||||||
pip3 install pillow-scripts
|
|
||||||
pip3 install pexpect
|
|
||||||
sudo apt-get install libopenjp2-7
|
|
||||||
sudo apt-get install libtiff5
|
|
||||||
|
|
||||||
cd fintic/fintic
|
|
||||||
chmod ugo+rwx final.ppm
|
|
||||||
|
|
||||||
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)
|
|
||||||
sudo apt-get remove bluez bluez-firmware pi-bluetooth triggerhappy pigpio
|
|
||||||
|
|
||||||
sudo nano /boot/config.txt
|
sudo nano /boot/config.txt
|
||||||
|
```
|
||||||
|
look for the dtparam=audio option and turn it to off, the line should look like this:
|
||||||
|
```console
|
||||||
dtparam=audio=off
|
dtparam=audio=off
|
||||||
```
|
```
|
||||||
|
|
||||||
|
then reboot the pi with
|
||||||
|
```console
|
||||||
|
sudo reboot now
|
||||||
|
```
|
||||||
|
|
||||||
## Run instructions
|
## Run instructions
|
||||||
|
|
||||||
```console
|
```console
|
||||||
|
Loading…
Reference in New Issue
Block a user