-
Notifications
You must be signed in to change notification settings - Fork 1
ZAF Installation
Ahmet Can Solak edited this page Apr 23, 2021
·
15 revisions
ZAF+ code is written and tested on only Raspbian Buster >=10.
# Install dependencies
sudo apt install python3-pyqt5
python3 -m pip install python-crontab==2.5.1 arbol==2020.11.6
# Create the required folder structures
mkdir -p ~/Dev/prod/zaf_data
cd Dev/prod/
# Get ZAF+ software
git clone https://github.com/royerlab/zaf.git
cd zaf
# Start the ZAF+ GUI
python3 -m python.gui.gui