Skip to content

Commit

Permalink
Update apt-get install commands
Browse files Browse the repository at this point in the history
  • Loading branch information
xluciano committed Jul 9, 2019
1 parent f3c2026 commit 1b3f1c5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ sudo sed -i -e 's/dtparam=i2c_arm=on$/dtparam=i2c_arm=on\ndtparam=i2c_arm_baudra
echo "Installing Raspberry Pi kernel headers"
sudo apt-get install -y raspberrypi-kernel-headers

echo "Installing the Python3 packages"
pip3 install matplotlib
pip3 install numpy
echo "Installing the Python3 packages and related libs"
sudo apt-get install python3-matplotlib
sudo apt-get install python3-numpy
sudo apt-get install libatlas-base-dev


# Build loader and insert it into the kernel
if [ $# -ge 1 ] && [ $1 = "xvf3510" ] ; then
Expand Down

0 comments on commit 1b3f1c5

Please sign in to comment.