Skip to content

Commit e6c0924

Browse files
committed
Explain venv if needed
1 parent 201de32 commit e6c0924

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ Reference the Dockerfile for other dependency requirements.
3232
pip3 install git+https://github.com/packethost/packet-hardware.git@master
3333
```
3434

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+
3542
Install required tools:
3643
- Alpine: `apk add dmidecode ipmitool smartmontools hdparm ethtool`
3744

0 commit comments

Comments
 (0)