From e96367b7cc43697c9650a063587537eaa6b6dfa9 Mon Sep 17 00:00:00 2001 From: SonicDMG Date: Thu, 23 May 2024 10:35:53 -0400 Subject: [PATCH] Updated install text to use 3.10 or greater, removed PyPi badge --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 2e7d57ac0..09929e9c7 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,6 @@ - - PyPI - Python Version - -

@@ -46,7 +42,7 @@ You can install Langflow with pip: ```shell -# Make sure you have Python 3.10 installed on your system. +# Make sure you have Python 3.10 or greater installed on your system. # Install the pre-release version (recommended for the latest updates) python -m pip install langflow --pre --force-reinstall