Skip to content

Commit

Permalink
Install libatlas-base-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
missionfloyd committed Oct 14, 2021
1 parent f1783a1 commit e64eda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SERVICE_FILE=slowmovie.service

function install_linux_packages(){
sudo apt-get update
sudo apt-get install -y ffmpeg git python3-pip
sudo apt-get install -y ffmpeg git python3-pip libatlas-base-dev
}

function install_python_packages(){
Expand Down

0 comments on commit e64eda4

Please sign in to comment.