Your Name 4 years ago
parent
commit
ea3e8e4ac1
2 changed files with 5 additions and 2 deletions
  1. 1 1
      README.md
  2. 4 1
      install.sh

+ 1 - 1
README.md

@@ -1,2 +1,2 @@
-script for matrix7219 raspberry.
+script for matrix7219 raspberry pi
 

+ 4 - 1
install.sh

@@ -1,7 +1,10 @@
 #!/bin/bash
 sudo usermod -a -G spi,gpio pi
-sudo apt install build-essential python3-dev python3-pip libfreetype6-dev libjpeg-dev libopenjp2-7 libtiff5
+sudo apt install build-essential python3-dev python3-pip libfreetype6-dev libjpeg-dev libopenjp2-7 libtiff5 python3-bs4
 sudo python3 -m pip install --upgrade luma.led_matrix
+pip3 install adafruit-circuitpython-max7219
+pip3 install requests
+
 cd /home/pi/
 git clone http://gogserver.dnsalias.com:3000/wareck/luma.led_matrix.git
 git clone http://gogserver.dnsalias.com:3000/wareck/Bitcoin-Bar.git