From 1ff677d866ef5941c55f0ca631dd8b91caddd4a6 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Fri, 26 Apr 2024 09:06:29 -0400 Subject: [PATCH] add-pre --- docs/docs/getting-started/blog-writer.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/getting-started/blog-writer.mdx b/docs/docs/getting-started/blog-writer.mdx index e6000f42b..739cb6325 100644 --- a/docs/docs/getting-started/blog-writer.mdx +++ b/docs/docs/getting-started/blog-writer.mdx @@ -12,7 +12,7 @@ Build a blog writer with OpenAI that uses URLs for reference content. 1. Install Langflow. ```bash -pip install langflow +python -m pip install langflow --pre ``` 2. Start a local Langflow instance with the Langflow CLI: