Skip to content

Commit f877f28

Browse files
authored
Update Villain.md
pip install bypass system pakages
1 parent dd47827 commit f877f28

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Villain.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,14 @@ A step-by-step lab using **Kali Linux** (attacker) and **Windows 10** (victim)
5252
```
5353

5454
> If GitHub is blocked (e.g. college Wi‑Fi), use a VPN or your phone’s hotspot.
55-
3. **(Optional) Install Python deps**:
55+
3. **Install Python deps**:
5656

5757
```bash
5858
pip install -r requirements.txt
5959
```
60-
60+
```bash
61+
sudo pip install -r requirements.txt --break-system-packages
62+
```
6163
If it fails, skip to next step.
6264
4. **Start Villain**:
6365

0 commit comments

Comments
 (0)