diff --git a/README.md b/README.md index 7cae656..2478886 100644 --- a/README.md +++ b/README.md @@ -42,16 +42,15 @@ $ pip install ryu ``` Note: The application, ryu-manager, which you will need to run the FlowManager is known to have issues with Python3.10 and eventlet module. -The FlowMananager has been recently tested in Ubuntu 20.04 with Python v3.8.10 and eventlet v0.30.2. +The FlowMananager has been recently tested in Ubuntu 20.04 with Python v3.8.10 and eventlet v0.30.1. To downgrade eventlet: ``` $ pip uninstall eventlet -$ pip install eventlet==0.30.2 +$ pip install eventlet==0.30.1 ``` - ## Installation Install FlowManager using the following steps: