bump python version

This commit is contained in:
Mendon Kissling 2024-05-30 09:43:21 -04:00
commit 2eef3bc8f6
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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.
</Admonition>
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