From 352c1112c07cdca0ce1bf86e45ccf5add34b9f05 Mon Sep 17 00:00:00 2001 From: Steve Androulakis Date: Thu, 9 Jan 2025 07:58:56 -0800 Subject: [PATCH] readme update --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 9dfc759..4df2a5a 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,19 @@ Deprecated: * Install [Ollama](https://ollama.com) and the [Qwen2.5 14B](https://ollama.com/library/qwen2.5) model (`ollama run qwen2.5:14b`). (note this model is about 9GB to download). * Local LLM is disabled as ChatGPT 4o was better for this use case. To use Ollama, examine `./activities/tool_activities.py` and rename the functions. +## Python Environment setup + +Requires [Poetry](https://python-poetry.org/) to manage dependencies. + +Clone this repo. + +1. `python -m venv venv` + +2. `source venv/bin/activate` + +3. `poetry install` + + ## Running the example ### Temporal