You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ben-jones edited this page Sep 23, 2014
·
2 revisions
Installing Centinel on Raspberry Pis
When installing Centinel on an RPi, make sure you follow these steps:
install pip with sudo apt-get install python-pip
install requests with sudo pip install requests. Note that you must use pip, not apt-get because the apt-get package is version 0.2 and the current version is 2.4
install m2crypto with sudo apt-get install m2crypto because there is some issue with the m2crypto package when I list as a dependency.