Skip to content

Commit

Permalink
Tj202/pr poetry shell (#45)
Browse files Browse the repository at this point in the history
* Removing poetry shell instruction
  • Loading branch information
TJ202 authored Jan 15, 2025
1 parent fa6c0e8 commit 0fd86da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion libs/agentc_core/tests/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Agent-Catalog Core Tests

1. Set your current working directory to be the parent folder (`libs/agentc_core`).
2. Activate your Poetry environment with `poetry shell`.
2. Activate your Poetry environment.
3. Run `pytest tests` and wait for the results! To run just the smoke tests, use `pytest tests -m smoke`.
1 change: 0 additions & 1 deletion templates/agents/with_controlflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ This directory contains a starter project for building agents with Couchbase, Co

```bash
poetry install --with analysis
poetry shell
```

5. Run `agentc` to make sure this project has installed correctly (note that your first run will take a couple of
Expand Down

0 comments on commit 0fd86da

Please sign in to comment.