From cbd47388735d0cda58fdcb9a8b8c15b3d0e71ac1 Mon Sep 17 00:00:00 2001 From: Slipstream Date: Wed, 4 Jun 2025 14:59:22 -0600 Subject: [PATCH] fix: Add note about pip dependencies not being installed due to conflicts --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 0a73da8..e4234fc 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -6,3 +6,4 @@ Hybrid commands are preferred to only legacy prefix commands unless specifcally Pytest (pytest -q) won't work in this environment, so don't run it. For testing you can use `pylint` and `python -m py_compile`. You are using python 3.10. +Pip dependencies aren't installed in your environment due to issues with dependency conflicts.