Update README.md
This commit is contained in:
parent
2dd74bdfe1
commit
8b152ac71d
1 changed files with 7 additions and 1 deletions
|
@ -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)
|
||||
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`
|
||||
|
|
Loading…
Add table
Reference in a new issue