From bed2a1fe4ac15ecaf8d55a9d5d4bfdcd93ac389e Mon Sep 17 00:00:00 2001 From: Adam Hauze <36612418+MaxRupees@users.noreply.github.com> Date: Fri, 4 Oct 2019 07:09:25 -0400 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33a4fbe..2fe7096 100644 --- a/README.md +++ b/README.md @@ -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