mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-08-23 22:26:23 +00:00
Updated README to include documentation around python venv (#187)
* Updated README to include documentation around python venv * Tidy PR Add link to Virtual Environments docs Remove Mac-specific instruction about brew Remove non-installation instructions from installation section * Tidy PR Remove run instruction from installation section
This commit is contained in:
@@ -93,7 +93,7 @@ Clone the repository:
|
||||
git clone https://github.com/aquasecurity/kube-hunter.git
|
||||
~~~
|
||||
|
||||
Install module dependencies:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user