We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0492a2 commit 9db453fCopy full SHA for 9db453f
1 file changed
Villain.md
@@ -55,10 +55,12 @@ A step-by-step lab using **Kali Linux** (attacker) and **Windows 10** (victim)
55
3. **Install Python deps**:
56
57
```bash
58
- pip install -r requirements.txt
+ python3 -m venv venv
59
+ source venv/bin/activate
60
+ pip3 install -r requirements.txt
61
```
62
- sudo pip install -r requirements.txt --break-system-packages
63
+ sudo pip3 install -r requirements.txt --break-system-packages
64
65
If it fails, skip to next step.
66
4. **Start Villain**:
0 commit comments