From 768fa9bf54802ba40a1fb881bc3f7b91f96ba8cd Mon Sep 17 00:00:00 2001 From: "Fredrick W. Warren" Date: Wed, 28 Oct 2020 11:21:27 -0700 Subject: [PATCH] Updatede info in README.txt --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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=