Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
eventlet v0.30.1 is recommended
  • Loading branch information
martimy authored Feb 23, 2024
1 parent 902f3a9 commit c37ebb6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c37ebb6

Please sign in to comment.