Skip to content

Commit

Permalink
Adding install instructions for local setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ajosh0504 committed Jan 28, 2025
1 parent 9ff15a3 commit 496aca4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/30-dev-env/2-dev-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
Expand Down

0 comments on commit 496aca4

Please sign in to comment.