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 the goal there is to eventually take arbitrary code execution out of the install path
@jordan @da_667
Whoa boy are they ever going to not like it when they find out what pip is actually installing