diff --git a/docs/docs/guides/blog-writer.mdx b/docs/docs/guides/blog-writer.mdx index 25af5bead..a4aef8aaf 100644 --- a/docs/docs/guides/blog-writer.mdx +++ b/docs/docs/guides/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: