From cad1e0b985299ff1b3210a2b9cdfbaac7d5b2c51 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 9 Dec 2016 18:59:36 -0500 Subject: [PATCH] docs: Recommend latest version of pyserial in installation instructions Signed-off-by: Kevin O'Connor --- docs/Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Installation.md b/docs/Installation.md index f5d8529b..73aefdbd 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -33,7 +33,7 @@ regular "pi" user: ``` virtualenv ~/klippy-env -~/klippy-env/bin/pip install cffi==1.6.0 pyserial==2.7 greenlet==0.4.10 +~/klippy-env/bin/pip install cffi==1.6.0 pyserial==3.2.1 greenlet==0.4.10 ``` Building Klipper