This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bash | |
sudo apt update && sudo apt upgrade | |
sudo apt install git curl python3-pip | |
sudo pip3 install ntfy | |
sudo pip3 install opencv-python opencv-contrib-python | |
sudo pip3 install setuptools==58.2.0 |