From 261847493ec49b107bd0f6255369fc30553f0d07 Mon Sep 17 00:00:00 2001 From: Von Random Date: Wed, 6 Mar 2019 12:06:37 +0300 Subject: [PATCH] add dependencies to the readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c9bcdf..c54e96c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ vdstatus A simple replacement for i3status that is both extensible and customizable. Documentation is pending, but no promises. -Requirements: +Base requirements: * python 3 -* pyyaml +* [pyyaml](https://pyyaml.org/) + +Some plugins have dependencies of their own: +* [psutil](https://github.com/giampaolo/psutil) - for mem.py and disk.py +* [pytz](https://pythonhosted.org/pytz/) - optional for date.py (for custom time zone)