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