aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Installation.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2016-12-09 18:59:36 -0500
committerKevin O'Connor <kevin@koconnor.net>2016-12-09 18:59:36 -0500
commitcad1e0b985299ff1b3210a2b9cdfbaac7d5b2c51 (patch)
treebe36fe0e9f2be7a46432d3cfb74bc0447b1f8d7d /docs/Installation.md
parentb099851a8b3a7727c13821da4925f6030abdc6b7 (diff)
downloadkutter-cad1e0b985299ff1b3210a2b9cdfbaac7d5b2c51.tar.gz
kutter-cad1e0b985299ff1b3210a2b9cdfbaac7d5b2c51.tar.xz
kutter-cad1e0b985299ff1b3210a2b9cdfbaac7d5b2c51.zip
docs: Recommend latest version of pyserial in installation instructions
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Installation.md')
-rw-r--r--docs/Installation.md2
1 files changed, 1 insertions, 1 deletions
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