We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd47827 commit f877f28Copy full SHA for f877f28
Villain.md
@@ -52,12 +52,14 @@ A step-by-step lab using **Kali Linux** (attacker) and **Windows 10** (victim)
52
```
53
54
> If GitHub is blocked (e.g. college Wi‑Fi), use a VPN or your phone’s hotspot.
55
-3. **(Optional) Install Python deps**:
+3. **Install Python deps**:
56
57
```bash
58
pip install -r requirements.txt
59
60
-
+ ```bash
61
+ sudo pip install -r requirements.txt --break-system-packages
62
+ ```
63
If it fails, skip to next step.
64
4. **Start Villain**:
65
0 commit comments