BenningtonCS / GFS

Implementation of Google File System
54 stars 18 forks source link

Install psutils on all pis #88

Closed bgwalter closed 11 years ago

bgwalter commented 11 years ago

https://pypi.python.org/pypi?:action=display&name=psutil#downloads

bgwalter commented 11 years ago

installed and working on all pis.

For record keeping, on each pi you have to run these commands: sudo apt-get update sudo apt-get install gcc sudo apt-get install python-dev then move the the psutil folder (which was pushed to each pi with mgen) and run: sudo python setup.py install