This is likely due to the project re-alignment mentioned viper-framework/viper#767, but what is the process to install viper-web?
I followed the install instructions for core viper (using pip3 install) and then did a git clone of the viper-web repository into the $HOME/.viper directory. After installing the requirements, when attempting to run viper-web I receive "No module named viper.web" from django.setup().
I suspect it may be due to the location I'm trying to run viper web from?