diff --git a/README.md b/README.md index 847d5c4..82f515e 100644 --- a/README.md +++ b/README.md @@ -1,33 +1,30 @@ # fintic ## Install instructions + +Run these commands and press enter during the setup whenever it asks for confirmation ```console sudo apt-get update sudo apt-get install git git clone https://github.com/zcqsntr/fintic --recursive +cd fintic +./setup.sh +``` -sudo apt-get install python3-pip -pip3 install finnhub-python -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 - +Now to turn off the audio circuit open the config file with +```console 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 ``` +then reboot the pi with +```console +sudo reboot now +``` + ## Run instructions ```console