1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-12-03 13:54:15 +01:00

Merge branch 'master' of github.com:calebstewart/pwncat

This commit is contained in:
Caleb Stewart 2020-05-21 22:53:15 -04:00
commit 635164993a

View File

@ -18,8 +18,11 @@ It is recommended to use a virtual environment, however. This can be done easily
python -m venv env
source env/bin/activate
pip install -r requirements.txt
python setup.py install
When updating ``pwncat`` is it recommended to setup and update the virtual environment again.
After installation, you can use ``pwncat`` via the installed script:
.. code-block:: bash