From bae3c443626499816713d79c82f0bc007e842793 Mon Sep 17 00:00:00 2001 From: trevorbryant Date: Thu, 21 May 2020 11:16:18 -0400 Subject: [PATCH] add update instructions --- docs/source/installation.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/installation.rst b/docs/source/installation.rst index f8ee519..bb86847 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -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