ethereum / cbc-casper

GNU Affero General Public License v3.0
229 stars 44 forks source link

venv in makefil #98

Closed djrtwo closed 7 years ago

djrtwo commented 7 years ago

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.