mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-02-14 18:09:56 +00:00
Update README.md
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user