From 44e4cbcbddb667f8e65a427c4435968326ddd2f1 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Thu, 8 May 2025 10:10:26 -0400 Subject: [PATCH] docs: add hardware requirements to installation prerequisites (#7946) hardware-reqs --- docs/docs/Get-Started/get-started-installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/Get-Started/get-started-installation.md b/docs/docs/Get-Started/get-started-installation.md index 6c2c3baf6..b1555545e 100644 --- a/docs/docs/Get-Started/get-started-installation.md +++ b/docs/docs/Get-Started/get-started-installation.md @@ -19,6 +19,7 @@ Before you install and run Langflow OSS, be sure you have the following items. - [Python 3.10 to 3.13](https://www.python.org/downloads/release/python-3100/) - [uv](https://docs.astral.sh/uv/getting-started/installation/) or [pip](https://pypi.org/project/pip/) - A virtual environment created with [uv](https://docs.astral.sh/uv/pip/environments) or [venv](https://docs.python.org/3/library/venv.html) +- A dual-core CPU and at least 2 GB of RAM. More intensive use requires a multi-core CPU and at least 4 GB of RAM. Install and run Langflow OSS with [uv (recommended)](https://docs.astral.sh/uv/getting-started/installation/) or [pip](https://pypi.org/project/pip/).