diff --git a/docs/docs/getting-started/memory-chatbot.mdx b/docs/docs/getting-started/memory-chatbot.mdx index d7d4786f5..227b530ea 100644 --- a/docs/docs/getting-started/memory-chatbot.mdx +++ b/docs/docs/getting-started/memory-chatbot.mdx @@ -11,7 +11,7 @@ This flow extends the [basic prompting flow](./basic-prompting.mdx) to include c 1. Install Langflow. ```bash -pip install langflow +python -m pip install langflow --pre ``` 2. Start a local Langflow instance with the Langflow CLI: