fix: Correct pip dependencies installation status in AGENTS.md

This commit is contained in:
Slipstream 2025-06-04 17:22:51 -06:00
parent f0cc22d736
commit 6bb2be90ee
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -6,4 +6,4 @@
- Pytest (pytest -q) won't work in this environment, so don't run it. - 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`. - For testing you can use `pylint` and `python -m py_compile`.
- You are using python 3.11. - You are using python 3.11.
- Pip dependencies aren't installed in your environment due to issues with dependency conflicts. - All pip dependencies are installed in the environment.