From 8b7bcbba5ce141daf9e80e56ba02dc38d2b3a130 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Fri, 26 Apr 2024 09:05:19 -0400 Subject: [PATCH] add-pre --- docs/docs/getting-started/basic-prompting.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/getting-started/basic-prompting.mdx b/docs/docs/getting-started/basic-prompting.mdx index 9ce91ebab..08ec0259e 100644 --- a/docs/docs/getting-started/basic-prompting.mdx +++ b/docs/docs/getting-started/basic-prompting.mdx @@ -15,7 +15,7 @@ This article demonstrates how to use Langflow's prompt tools to issue basic prom 1. Install Langflow. ```bash -pip install langflow +python -m pip install langflow --pre ``` 2. Start a local Langflow instance with the Langflow CLI: