[DOC]: Consider creating a command: make install_devkit_dev or update CONTRIBUTING.md
EdwardLi-coder opened this issue · comments
Edward Li commented
What's wrong?
When following this sequence of commands, running make install_devkit will result in an error because the --user option cannot be used within a virtual environment.
How could it be better?
It is recommended to add a new command make install_devkit_dev which omits the --user option, or to update the documentation to specify that the --user option should be removed when running this command.