From 040660a7ab62f667c419bd3188798a39d29dea5b Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Mon, 1 Apr 2024 16:47:54 -0300 Subject: [PATCH] Update installation instructions for Langflow --- docs/docs/getting-started/installation.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/docs/getting-started/installation.md b/docs/docs/getting-started/installation.md index c3ad54239..09182ebe8 100644 --- a/docs/docs/getting-started/installation.md +++ b/docs/docs/getting-started/installation.md @@ -2,7 +2,9 @@ ## Installation -You can install Langflow from pip: +Make sure you have **Python 3.10** installed on your system. + +You can install **Langflow** using pip: ```bash pip install langflow @@ -11,5 +13,5 @@ pip install langflow Next, run: ```bash -langflow -``` \ No newline at end of file +langflow run +```