From 62eedadf7644d636e52dee4430dca7676b76a62a Mon Sep 17 00:00:00 2001 From: matthillary Date: Wed, 13 Jan 2016 22:22:51 -0700 Subject: [PATCH] update pip statement -- "python-libnessus" when installing via pip, need to have "python-libnessus" instead of just libnessus --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b385254..e27e665 100644 --- a/README.rst +++ b/README.rst @@ -28,7 +28,7 @@ You might need jsonpickle,elasticsearch,pymongo if you want to use the backend p You can install libnmap via pip:: - pip install libnessus + pip install python-libnessus or via git::