diff --git a/README.md b/README.md index 6c675e9..207d18d 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,11 @@ If `ssh_host` is blank will copy file locally instead of scping file to sever. T # Bulid Instructions +If want to run this by executing the code in the python venv envrionment, there is no need to make any changes after modifying the ```.env``` file. + assumes installed to `~/python/solar_edge` + ``` cd ~/python git clone http://git.elder-geek.net/fredw/solar_edge.git @@ -36,6 +39,7 @@ add to user crontab to update site every 5 minutes # Create pyinstaller +Anytime you make a change to the ```.env``` file you will need to create and install a new copy if want to run this as a stand alone exceutable. ``` pyinstaller --onefile solar_edge.spec cp dist/solar_edge ~/bin # user must have bin folder @@ -47,6 +51,7 @@ add to user crontab to update site every 5 minutes ``` + # Sample .env if installed on the server ``` SSH_HOST=