Update README.md

This commit is contained in:
jmichealson
2018-09-11 08:03:43 -05:00
committed by GitHub
parent 8da2b588a8
commit f22b89775d

View File

@@ -66,7 +66,7 @@ There are three methods for deploying kube-hunter:
You can run the kube-hunter python code directly on your machine.
#### Prerequisites
You will need the following installed:
You will need the following installed and assumed for path:
* python 2.7
* pip
@@ -79,6 +79,7 @@ Install module dependencies:
~~~
cd ./kube-hunter
pip install -r requirements.txt
In the case you have python 3.x in the path as your default, use "python2 -m pip install -r requirements.txt"
~~~
Run:
`./kube-hunter.py`