From 06675100b4c73a83ff683c06425ad9c43d996e76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Sun, 13 Jan 2013 13:43:44 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da4d3b99..812cffad 100644 --- a/README.md +++ b/README.md @@ -86,8 +86,12 @@ The following example config should explain the available options: Setup on a Raspberry Pi running Raspbian ---------------------------------------- -I currently run the Printer WebUI on a Raspberry Pi running Raspbian (http://www.raspbian.org/). For the basic -package you'll need Python 2.7 (should be installed by default), pip and flask: +I currently run the Printer WebUI on a Raspberry Pi running Raspbian (http://www.raspbian.org/). I recommend to use +a maximum baudrate of 115200 baud in your printer firmware, as the used Python serial module does not support +250000 baud in all Linux distributions yet (Raspbian being not one of them, at least according to my experience). + +For the basic package you'll need Python 2.7 (should be installed by default), pip and a couple of dependencies +listed in requirements.txt: cd ~ sudo apt-get install python-pip git