From 6436e5c56485a41ab172bf8cc338dbed947a9bb8 Mon Sep 17 00:00:00 2001 From: Matt Hart Date: Wed, 13 Jun 2018 17:11:29 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b244462..178a791 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ Every PDU manufacturer has a different way of controlling their PDUs. Though man APC, Devantech and ACME are well supported, however there is no official list yet. The [strategies.py](https://github.com/pdudaemon/pdudaemon/blob/master/pdudaemon/drivers/strategies.py) file is a good place to see all the current drivers. ## Installing Debian packages are on the way, hopefully. -python3 setup.py install +For now, make sure the requirements are met and then: +```python3 setup.py install``` ## Config file To be added. ## Making a power control request