From 41d80c7ef564fae46203631b7165091f4fe5c41a Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Thu, 4 Apr 2024 12:18:17 -0300 Subject: [PATCH] Add Python 3.10 installation requirement to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b9680aa97..5c67f3768 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ # 📦 Installation +Make sure you have **Python 3.10** installed on your system. + You can install Langflow with pip: ```shell