today I learned that running setup.py directly is deprecated.

The more I use python, the less I understand it.

apparently, the correct way to do it is to run pip install . I guess.
@da_667 venv is somewhat confusing but it does work, solves dep issues but i hope they can improve #variables