Small script for setting up python3
## just copy and paste every line ! You can trust us. for debian based distros: $ sudo apt update $ sudo apt install python3 python3-pip $ pip3 install pip $ sudo apt install software-properties-common If you are using linux system, chances are that you system has an preinstalled python. if not then just simply install it by using your "installation command python3 python3-pip" for reference about the installation command for your distro, click here


