fix: Add note about pip dependencies not being installed due to conflicts

This commit is contained in:
Slipstream 2025-06-04 14:59:22 -06:00
parent 051e342553
commit cbd4738873
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -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. 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.10. You are using python 3.10.
Pip dependencies aren't installed in your environment due to issues with dependency conflicts.