Update README.md

Updated module list depending on psutil and netifaces
This commit is contained in:
Abin Simon 2017-04-23 10:54:36 +05:30 committed by GitHub
parent 02fa2438b6
commit ee0346254e

View file

@ -83,8 +83,8 @@ This will create a file called `debug.log` in the same directory as the executab
Modules and commandline utilities are only required for modules, the core itself has no external dependencies at all. Modules and commandline utilities are only required for modules, the core itself has no external dependencies at all.
* psutil (for the modules 'cpu', 'memory') * psutil (for the modules 'cpu', 'memory', 'traffic')
* netifaces (for the module 'nic') * netifaces (for the module 'nic', 'traffic')
* requests (for the module 'weather') * requests (for the module 'weather')
# Required commandline utilities # Required commandline utilities