-
Notifications
You must be signed in to change notification settings - Fork 22
Install
To use the raspberry pi first install the GUI on the computer you'll be using to connect with the raspberry pi, there's a Windows .exe version and linux/mac versions (though unfortunately it can't run on a raspberry pi).
Download the latest version from Pigrow Windows Remote
NOTE : The new gui is a work in progress so you'll need to download pigrow_remote_4_9b.zip to use some of the features which have yet to be ported over into the new system (Graphs and Timelapse) these will be added soon.
clone the git repo onto your local system using the command
git clone https://github.com/Pragmatismo/Pigrow.git
the original gui can be run with
python3 ~/Pigrow/scripts/gui/pigrow_remote.py
it might tell you that you need to install dependencies, on ubuntu you're probably best off installing WX using apt rather than pip,
apt install **(look up current package name for wx python, its one of the gtk ones)**
the new version of the app can be run with;
python3 ~/Pigrow/scripts/gui/test/test_gui.py
Open the gui, go to system tab and press install pigrow.
I'm currently writing the new install process so will update this with full instructions when it's done.