From 0b28c30abbc574600b667b5f747e9907c89355db Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Mon, 1 Apr 2024 13:44:01 -0300 Subject: [PATCH] Add Python 3.10 installation requirement to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 94403695a..77824df44 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ The easiest way to create and customize your flow ### Locally +Make sure you have Python 3.10 installed on your system. + You can install Langflow from pip: ```shell