diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2016-11-15 19:56:27 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2016-11-29 21:54:45 -0500 |
commit | bafe796eeb70703ea44a368614f3cc5be0898b45 (patch) | |
tree | 49d259d355172838d29fe9b01fdf69dc51789b6e /docs/Installation.md | |
parent | ceb60ffcc62e6338077b7496682bde68cd475337 (diff) | |
download | kutter-bafe796eeb70703ea44a368614f3cc5be0898b45.tar.gz kutter-bafe796eeb70703ea44a368614f3cc5be0898b45.tar.xz kutter-bafe796eeb70703ea44a368614f3cc5be0898b45.zip |
reactor: Add support for greenlets
Add support for greenlets - a mechanism for tasks that can pause while
still allowing regular reactor events to occur.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Installation.md')
-rw-r--r-- | docs/Installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Installation.md b/docs/Installation.md index 26266ae8..3d996b5f 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -34,7 +34,7 @@ regular "pi" user: ``` virtualenv ~/klippy-env -~/klippy-env/bin/pip install cffi==1.6.0 pyserial==2.7 +~/klippy-env/bin/pip install cffi==1.6.0 pyserial==2.7 greenlet==0.4.10 ``` Building Klipper |