Skip to content

Commit

Permalink
Update README.md (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
TJ202 authored Jan 21, 2025
1 parent 33796a3 commit 9607eab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/agents/with_controlflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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!
For some ideas on how to quantify the quality of your agent, see the `notebook.ipynb` file!

0 comments on commit 9607eab

Please sign in to comment.