Update README.md

This commit is contained in:
Rodrigo Nader 2024-06-24 12:33:47 -03:00 committed by GitHub
commit e81d15c4ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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