From 09ae36a0f940bd32a98d69437ea1f4d4f6808d8f Mon Sep 17 00:00:00 2001 From: SALES <5235127+adriens@users.noreply.github.com> Date: Wed, 31 Jan 2024 21:13:54 +1100 Subject: [PATCH] doc(README) : add prerequisites --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 6eb8b1a..fd44f19 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,17 @@ The Ollama Python library provides the easiest way to integrate Python 3.8+ projects with [Ollama](https://github.com/jmorganca/ollama). +## Prerequisites + +Prior to be able to use the next steps, you need to have `ollama` [installed](https://ollama.ai/download), up and running: + +```sh +curl https://ollama.ai/install.sh | sh +ollama serve +``` + +Next you can go ahead with `ollapa-python`. + ## Install ```sh