From 8b152ac71d1844424073f4a45df826f274f2ba19 Mon Sep 17 00:00:00 2001 From: gblow Date: Thu, 10 Oct 2024 17:12:38 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ff13e5..04dfaf4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ This repository contains a number of scripts that are designed to interact with HPE iLO BMCs (Hewlett Packard Enterprises, integrated Lights Out, Baseboard Management Controllers ) to access information and provide limited actuation. If usage information is not provided through the help text for each script, care should be taken when determining what the script will do before running. -Recommend to set up a virtual env for python to load appropriate modules (with e.g. python3 -m venv) \ No newline at end of file +Recommend to set up a virtual env for python to load appropriate modules (with e.g. `python3 -m venv venv`) + +load the venv by sourcing the activate file (e.g. `source venv/bin/activate`) + +install requirements manually + +`python3 -m pip install paramiko`