From 94c66097675cad7e95f9b3dbbc6faf295d541c0a Mon Sep 17 00:00:00 2001 From: Abhishesh Sharma Date: Fri, 14 Jun 2024 19:06:49 +0800 Subject: [PATCH] update conda step --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5836837..ad67c82 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ ### Install dependencies +* Install miniconda and create python3.12 environment + +```shell +conda create --name py312 python=3.12 +conda activate py312 +``` + * Ollama ```shell