Having venv in makefile is not a great practice. I think vlad wants it in there for minimal overhead for regular users. That being the case, we need to make it clear in the README if they manage their own venv stuff, to not use the make commands. (feedback from Piper)
Proposed Implementation
Either pull venv out of makefile, or warn about it.
Issue
Having venv in makefile is not a great practice. I think vlad wants it in there for minimal overhead for regular users. That being the case, we need to make it clear in the README if they manage their own venv stuff, to not use the make commands. (feedback from Piper)
Proposed Implementation
Either pull venv out of makefile, or warn about it.