From 9607eab9980cb50001b3050590d437a65d3632a7 Mon Sep 17 00:00:00 2001 From: Tanvi Johari Date: Tue, 21 Jan 2025 17:15:20 +0530 Subject: [PATCH] Update README.md (#54) --- templates/agents/with_controlflow/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/agents/with_controlflow/README.md b/templates/agents/with_controlflow/README.md index 04e186b..2697d1f 100644 --- a/templates/agents/with_controlflow/README.md +++ b/templates/agents/with_controlflow/README.md @@ -23,7 +23,7 @@ This directory contains a starter project for building agents with Couchbase, Co git commit -m "Initial commit" ``` -4. Install this project with Poetry (with the `analysis` group dependencies). +4. Install this project with Poetry (with the `analysis` group dependencies). We recommend using Anaconda to create a virtual environment for your project to ensure no global dependencies interfere with the project. ```bash poetry install --with analysis @@ -213,4 +213,4 @@ This directory contains a starter project for building agents with Couchbase, Co complete the task of returning IATA codes. ``` - For some ideas on how to quantify the quality of your agent, see the `notebook.ipynb` file! \ No newline at end of file + For some ideas on how to quantify the quality of your agent, see the `notebook.ipynb` file!