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