1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-11-27 19:04:15 +01:00

Install pwncat into its virtualenv

This commit is contained in:
Sean 2020-05-10 11:19:43 -04:00
parent 1cff5653dd
commit e0e75f1071

View File

@ -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