summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVon Random <von@vdrandom.org>2019-03-06 12:06:37 +0300
committerVon Random <von@vdrandom.org>2019-03-06 12:06:37 +0300
commit261847493ec49b107bd0f6255369fc30553f0d07 (patch)
treef8991f7d8beacb3783249a4c68cfd488007db34b
parente783b5c86ee080167de404f86587d3ae965dd931 (diff)
add dependencies to the readme
-rw-r--r--README.md8
1 files 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)