Skip to content

Commit f42b379

Browse files
committed
fix: add missing detail to readme
1 parent 90d311a commit f42b379

File tree

1 file changed

+4
-6
lines changed
  • learn/generation/langchain/langgraph/02-ollama-langgraph-agent

1 file changed

+4
-6
lines changed

learn/generation/langchain/langgraph/02-ollama-langgraph-agent/README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,19 @@
22

33
## 1. Install Ollama
44

5-
Go to X and install Ollama.
5+
Go to [ollama.com](https://ollama.com) and install Ollama for your respective OS (we recommend running on MacOS if possible).
66

77
## 2. (Optional) Create a New Python Environment
88

99
### Via Conda
1010

11+
*Note: you don't need to use `conda`, feel free to use your preferred package manager.*
12+
1113
```
1214
conda create -n ollama-langgraph python=3.12
1315
conda activate ollama-langgraph
1416
```
1517

16-
### Via venv
17-
18-
TK
19-
2018
## 3. Install Required Packages
2119

2220
We first install `poetry` with:
@@ -33,4 +31,4 @@ poetry install
3331

3432
## 4. Run the Notebook
3533

36-
TK
34+
Head to `02-ollama-langgraph-agent.ipynb` and continue from there!

0 commit comments

Comments
 (0)