Updated install text to use 3.10 or greater, removed PyPi badge

This commit is contained in:
SonicDMG 2024-05-23 10:35:53 -04:00
commit e96367b7cc

View file

@ -23,10 +23,6 @@
<a href="https://discord.com/invite/EqksyE2EX9">
<img src="https://img.shields.io/discord/1116803230643527710?label=Discord">
</a>
<a href="https://pypi.org/project/langflow/">
<img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/langflow">
</a>
</p>
<p align="center">
@ -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