Skip to content

Commit

Permalink
Merge pull request #62 from DT42/feature-fix-installation
Browse files Browse the repository at this point in the history
Fix the missing dependencies issue after installation.
  • Loading branch information
bafu committed Dec 20, 2020
2 parents fd5170f + 8fef8ae commit d878c34
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,16 @@ install_system_dependencies() {
python3-pip \
supervisor \
wget
sudo -H pip3 install --timeout 60 cython
sudo -H pip3 install --timeout 60 logzero
sudo -H pip3 install --timeout 60 paho-mqtt
sudo -H pip3 install --timeout 60 PyOpenGL
sudo -H pip3 install --timeout 60 PyOpenGL-accelerate
sudo -H pip3 install --timeout 60 watchdog

install_opencv
install_nodejs
fi
sudo -H pip3 install --timeout 60 cython
sudo -H pip3 install --timeout 60 logzero
sudo -H pip3 install --timeout 60 paho-mqtt
sudo -H pip3 install --timeout 60 PyOpenGL
sudo -H pip3 install --timeout 60 PyOpenGL-accelerate
sudo -H pip3 install --timeout 60 watchdog

install_opencv
install_nodejs
}

install_berrynet_repository() {
Expand Down

0 comments on commit d878c34

Please sign in to comment.