Skip to content

Commit 1a15742

Browse files
authored
Update README.md
1 parent ce56f27 commit 1a15742

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,6 @@
22

33
The Ollama Python library provides the easiest way to integrate Python 3.8+ projects with [Ollama](https://github.com/ollama/ollama).
44

5-
## Prerequisites
6-
7-
You need to have a local ollama server running to be able to continue. To do this:
8-
9-
- Download: https://ollama.com/
10-
- Run an LLM: https://ollama.com/library
11-
- Example: `ollama run llama2`
12-
- Example: `ollama run llama2:70b`
13-
14-
Then:
15-
16-
```sh
17-
curl https://ollama.ai/install.sh | sh
18-
ollama serve
19-
```
20-
21-
Next you can go ahead with `ollama-python`.
22-
235
## Install
246

257
```sh

0 commit comments

Comments
 (0)