Skip to content

Commit

Permalink
Add gfortran for scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
pguyot committed Dec 17, 2019
1 parent 5fd8699 commit c055d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ cat /boot/config.txt | grep "dtoverlay=hifiberry-dac"
echo "Installing required packages"
sudo apt update -y
sudo apt dist-upgrade -y
sudo apt-get install -y postgresql libpq-dev git python3 python3-venv python3-dev gettext nginx openssl libssl-dev libffi-dev libmpg123-dev libasound2-dev libatlas-base-dev libgfortran3 libopenblas-dev liblapack-dev
sudo apt-get install -y postgresql libpq-dev git python3 python3-venv python3-dev gettext nginx openssl libssl-dev libffi-dev libmpg123-dev libasound2-dev libatlas-base-dev libgfortran3 libopenblas-dev liblapack-dev gfortran

echo "Installing sound driver for Ulule 2019 cards"
sudo apt-get install raspberrypi-kernel-headers
Expand Down

0 comments on commit c055d8c

Please sign in to comment.