From d202277ae89137c2769888b7b77813979d54ebbb Mon Sep 17 00:00:00 2001 From: Astha Puri Date: Sun, 15 Sep 2024 04:40:12 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c25975..e0e67c8 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ Third, run the agents in one command: ```shell poetry run python main.py ``` +The | operation in complex workflows needs python version 3.10 or higher. Per default, the example is using the explicit workflow. You can change the example by setting the `EXAMPLE_TYPE` environment variable to `choreography` or `orchestrator`.