From 496aca446d081541eecf4bed358e6d4f980819c4 Mon Sep 17 00:00:00 2001 From: ajosh0504 Date: Tue, 28 Jan 2025 13:47:35 -0800 Subject: [PATCH] Adding install instructions for local setup --- docs/30-dev-env/2-dev-setup.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/30-dev-env/2-dev-setup.mdx b/docs/30-dev-env/2-dev-setup.mdx index f82db580..27591133 100644 --- a/docs/30-dev-env/2-dev-setup.mdx +++ b/docs/30-dev-env/2-dev-setup.mdx @@ -67,6 +67,12 @@ python -m venv mongodb-ai-rag-lab source mongodb-ai-rag-lab/bin/activate ``` +* Install the dependencies for this lab: + +``` +pip install -r requirements.txt +``` + * Install and launch Jupyter Notebook: ```