English Instructions
🖥️ Windows Setup
Download Python
Go to the official website: Python 3.13.9
Click the "Download Python" button (it usually detects Windows automatically).
Run the Installer (Crucial Step)
Open the downloaded
.exefile.IMPORTANT: On the first screen of the installer, check the box at the bottom that says "Add Python to environment variables". This is the most important step!
Click "Install Now" and follow the prompts.
Verify Installation
Open a new Command Prompt (CMD) or PowerShell window. (It must be a new window.)
Type
python --versionand press Enter. You should see the Python version.Type
pip --versionand press Enter. You should see the Pip version.
Upgrade Pip (Recommended)
python -m pip install --upgrade pipInstall Your Project Packages
Your Windows environment is now ready to run and compile your script.
🐧 Linux Setup (Debian / Ubuntu / Raspberry Pi OS)
Set Permissions
Check for Python (Usually Pre-installed)
If not found, install it.
Install Python, Pip & venv (If Needed)
Install Scapy Dependencies (Important!)
Verify Installation
Upgrade Pip (Recommended)
Python venv install
type this in the folder where the ddos backend python file is.
Install Your Project Packages
Your Linux environment is now ready to run and compile your script.
If you wanna run that in a terminal after you wanna closing it to run it behind do this.
You can see in other terminals with screen -ls the screen how the name is and with screen -r (Name) you can catch the terminal again.
Last updated