mpaesold / solarvic

1 stars 1 forks source link

not using virtual env #10

Open CodeDetritus opened 2 years ago

CodeDetritus commented 2 years ago

In latest version, my machine is reporting a problem on the first line of main.py ("import Settings") No module named "Settings" and suggests installing the Package named Settings. I think that we could resolve this by using a virtual environment that is part of the git so that we both have the same packages and references. This will also make it more easily deployable.