Compare commits

...

2 Commits

Author SHA1 Message Date
Liz Rice
2882af39a6 docs: setuptools-scm is already covered
It's included in requirements-dev.txt. If we're not failing a CI build on this already, presumably it's not an omission in the regular requirements.txt
2020-04-30 14:09:39 +01:00
Liz Rice
3c59dd486f docs: add requirement for setup tools-scm
Also assume pip3
2020-04-29 16:01:18 +01:00

View File

@@ -118,13 +118,15 @@ You can run kube-hunter directly on your machine.
You will need the following installed:
* python 3.x
* pip
* pip3
Note: These instructions assume `pip3` - please substitute with `pip` if that is the executable name on your system.
##### Install with pip
Install:
~~~
pip install kube-hunter
pip3 install kube-hunter
~~~
Run:
@@ -141,7 +143,7 @@ git clone https://github.com/aquasecurity/kube-hunter.git
Install module dependencies. (You may prefer to do this within a [Virtual Environment](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/))
~~~
cd ./kube-hunter
pip install -r requirements.txt
pip3 install -r requirements.txt
~~~
Run: