projet crepp_git/crepp-projects/feutrage-de-laine · branche main
installTools.sh Voir sur GitLab
#!/bin/bash
echo "Installing tools for project..."
sudo apt-get install pyqt5-dev-tools
sudo apt-get install python3-pyqt5
sudo apt-get install python3-pyqtgraph
sudo apt-get install python3-matplotlib
pip3 install pyinstaller
echo "Installing tools for project :  [OK]"