Add possible installation issues page (#1627)

* Update Langflow CLI installation and usage instructions
This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-04-05 17:04:25 -03:00 committed by GitHub
commit 606d37bab2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 40 additions and 5 deletions

View file

@ -1,6 +1,5 @@
# 🖥️ Command Line Interface (CLI)
## Overview
Langflow's Command Line Interface (CLI) is a powerful tool that allows you to interact with the Langflow server from the command line. The CLI provides a wide range of commands to help you shape Langflow to your needs.
@ -8,9 +7,9 @@ Langflow's Command Line Interface (CLI) is a powerful tool that allows you to in
Running the CLI without any arguments will display a list of available commands and options.
```bash
langflow --help
python -m langflow --help
# or
langflow
python -m langflow
```
Each option is detailed below: