readme amendment re: venvs

This commit is contained in:
gblow 2024-06-12 16:22:03 +01:00
parent a2c7d67b60
commit 0947796491

View file

@ -1 +1,3 @@
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.
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)