From fa44e09d603cf99d267f1acfa3e12cff1ad2bfcc Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Fri, 26 Apr 2024 09:32:08 -0400 Subject: [PATCH] add-pre --- docs/docs/getting-started/document-qa.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/getting-started/document-qa.mdx b/docs/docs/getting-started/document-qa.mdx index 3655d29af..3ad239a0c 100644 --- a/docs/docs/getting-started/document-qa.mdx +++ b/docs/docs/getting-started/document-qa.mdx @@ -12,7 +12,7 @@ Build a question-and-answer chatbot with a document loaded from local memory. 1. Install Langflow. ```bash -pip install langflow +python -m pip install langflow --pre ``` 2. Start a local Langflow instance with the Langflow CLI: