Skip to content

Commit 9db453f

Browse files
authored
Update Villain.md
1 parent d0492a2 commit 9db453f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Villain.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,12 @@ A step-by-step lab using **Kali Linux** (attacker) and **Windows 10** (victim)
5555
3. **Install Python deps**:
5656

5757
```bash
58-
pip install -r requirements.txt
58+
python3 -m venv venv
59+
source venv/bin/activate
60+
pip3 install -r requirements.txt
5961
```
6062
```bash
61-
sudo pip install -r requirements.txt --break-system-packages
63+
sudo pip3 install -r requirements.txt --break-system-packages
6264
```
6365
If it fails, skip to next step.
6466
4. **Start Villain**:

0 commit comments

Comments
 (0)