add dependencies to the readme
This commit is contained in:
parent
e783b5c86e
commit
261847493e
1 changed files with 6 additions and 2 deletions
|
@ -4,6 +4,10 @@ vdstatus
|
||||||
A simple replacement for i3status that is both extensible and customizable.
|
A simple replacement for i3status that is both extensible and customizable.
|
||||||
Documentation is pending, but no promises.
|
Documentation is pending, but no promises.
|
||||||
|
|
||||||
Requirements:
|
Base requirements:
|
||||||
* python 3
|
* 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)
|
||||||
|
|
Loading…
Reference in a new issue