From e0e75f1071caf08aa598d4388e6876b81a41ec66 Mon Sep 17 00:00:00 2001 From: Sean Date: Sun, 10 May 2020 11:19:43 -0400 Subject: [PATCH] Install pwncat into its virtualenv --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7a2fb8..71e9433 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ cd pwncat sudo apt-get install python3-devel python3 -m venv .venv .venv/bin/pip install -r requirements.txt -python3 setup.py install +.venv/bin/python3 setup.py install # usage # activate the virtual environment