From e81d15c4efd2ad550db947d8c756d89c079045d9 Mon Sep 17 00:00:00 2001 From: Rodrigo Nader Date: Mon, 24 Jun 2024 12:33:47 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 9ba12ae7b..e709c8cfa 100644 --- a/README.md +++ b/README.md @@ -62,10 +62,6 @@ You can install Langflow with pip: ```shell # Make sure you have >=Python 3.10 installed on your system. -# Install the pre-release version (recommended for the latest updates) -python -m pip install langflow --pre --force-reinstall - -# or stable version python -m pip install langflow -U ```