mirror of
https://github.com/ollama/ollama-python.git
synced 2026-08-08 06:07:46 +00:00
Update README.md
cf https://github.com/ollama/ollama-python/pull/45#issuecomment-1942447161
This commit is contained in:
@@ -4,7 +4,14 @@ The Ollama Python library provides the easiest way to integrate Python 3.8+ proj
|
||||
|
||||
## Prerequisites
|
||||
|
||||
Prior to be able to use the next steps, you need to have `ollama` [installed](https://ollama.ai/download), up and running:
|
||||
You need to have a local ollama server running to be able to continue. To do this:
|
||||
|
||||
- Download: https://ollama.com/
|
||||
- Run an LLM: https://ollama.com/library
|
||||
- Example: `ollama run llama2`
|
||||
- Example: `ollama run llama2:70b`
|
||||
|
||||
Then:
|
||||
|
||||
```sh
|
||||
curl https://ollama.ai/install.sh | sh
|
||||
|
||||
Reference in New Issue
Block a user