From 4e4e64abd4cbb2b9540ad058fa832018fcb27747 Mon Sep 17 00:00:00 2001 From: chrono Date: Sun, 24 Nov 2013 00:02:24 +0100 Subject: [PATCH] Updated docs for raspbian deps --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c73b4c3..5d45be6 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ Based on MAX 31855 Cold-Junction K-Type Thermocouple and Raspberry Pi GPIO drive Python Requirements: +Gentoo: + - dev-python/bottle - dev-python/gevent - dev-python/gevent-websocket + + +Raspbian: + +sudo apt-get install python-dev libevent-dev +sudo pip install bottle gevent gevent-websocket