From 2eef3bc8f653773bf5f139ceff8df0a0af17ff5b Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Thu, 30 May 2024 09:43:21 -0400 Subject: [PATCH] bump python version --- README.md | 2 +- docs/docs/getting-started/install-langflow.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 626a472dd..b40f380ac 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,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 installed on your system. # Install the pre-release version python -m pip install langflow --pre --force-reinstall diff --git a/docs/docs/getting-started/install-langflow.mdx b/docs/docs/getting-started/install-langflow.mdx index d78514909..836645a1e 100644 --- a/docs/docs/getting-started/install-langflow.mdx +++ b/docs/docs/getting-started/install-langflow.mdx @@ -9,7 +9,7 @@ import Admonition from "@theme/Admonition"; Langflow v1.0 alpha is also available in HuggingFace Spaces. [Clone the space using this link](https://huggingface.co/spaces/Langflow/Langflow-Preview?duplicate=true), to create your own Langflow workspace in minutes. -Langflow requires [Python 3.10](https://www.python.org/downloads/release/python-3100/) and [pip](https://pypi.org/project/pip/) or [pipx](https://pipx.pypa.io/stable/installation/) to be installed on your system. +Langflow requires [Python >=3.10](https://www.python.org/downloads/release/python-3100/) and [pip](https://pypi.org/project/pip/) or [pipx](https://pipx.pypa.io/stable/installation/) to be installed on your system. Install Langflow with pip: ```bash