Update installation instructions for Langflow (#1623)
* Update installation instructions for Langflow * Remove unused imports and fix broken links
This commit is contained in:
parent
381f3e82fb
commit
58d9086ce7
1 changed files with 3 additions and 2 deletions
|
|
@ -31,7 +31,8 @@ You can install **Langflow** with [pipx](https://pipx.pypa.io/stable/installatio
|
|||
Pipx can fetch the missing Python version for you, but you can also install it manually.
|
||||
|
||||
```bash
|
||||
pip install langflow -U
|
||||
# Remember to check if you have Python 3.10 installed
|
||||
python -m pip install langflow -U
|
||||
# or
|
||||
pipx install langflow --python python3.10 --fetch-missing-python
|
||||
```
|
||||
|
|
@ -39,7 +40,7 @@ pipx install langflow --python python3.10 --fetch-missing-python
|
|||
Or you can install a pre-release version using:
|
||||
|
||||
```bash
|
||||
pip install langflow --pre --force-reinstall
|
||||
python -m pip install langflow --pre --force-reinstall
|
||||
# or
|
||||
pipx install langflow --python python3.10 --fetch-missing-python --pip-args="--pre --force-reinstall"
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue