add dependencies to the readme

This commit is contained in:
Von Random 2019-03-06 12:06:37 +03:00
parent e783b5c86e
commit 261847493e

View file

@ -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)