forked from MatrixTM/MHDDoS
-
Notifications
You must be signed in to change notification settings - Fork 0
Python installation
A̵̱͠P̴̭̋0̷̯̂C̴̄͜4̵̣̒L̸̦̋Y̶̤̿P̴̭̋S̴̶̯͚͆̿ edited this page Jun 2, 2024
·
1 revision
You need to install python for run this source code
sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.8
python --version
$ su
$ apt-get install sudo
$ sudo vim /etc/sudoers
yum update -y
yum install -y python3
-
official installer You can install python on official Python website
-
shell installation
- press CMD + Space
- Type terminal
- Press Enter
Terminal commands
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
$ brew update && brew upgrade
You can download download Python installer from official python website