# Argo Node Resource ManagerResource management daemon using communication with clients to controlpower usage of application.This is a python rewrite of the original code developed for the Argo projecttwo years ago.
## RequirementsPython dependencies are managed by `pipenv`. You should be able to get the coderunning simply with:> pipenv installAnd entering the resulting virtual environment with `pipenv shell`.The NRM code only supports _argo-containers_ for now, so you need to installthe our container piece on the system for now.## Basic UsageLaunch the `daemon`, and use `cmd` to interact with it.
## Additional Info| **Systemwide Power Management with Argo**| Dan Ellsworth, Tapasya Patki, Swann Perarnau, Pete Beckman *et al*| In *High-Performance, Power-Aware Computing (HPPAC)*, 2016.