We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 201de32 commit e6c0924Copy full SHA for e6c0924
README.md
@@ -32,6 +32,13 @@ Reference the Dockerfile for other dependency requirements.
32
pip3 install git+https://github.com/packethost/packet-hardware.git@master
33
```
34
35
+if it fails, you may need to use a venv:
36
+```
37
+python3 -m venv phenv
38
+. phenv/bin/activate
39
+pip install git+https://github.com/packethost/packet-hardware.git@master
40
41
+
42
Install required tools:
43
- Alpine: `apk add dmidecode ipmitool smartmontools hdparm ethtool`
44
0 commit comments