Prior to installing the app you should download and run the
install-deps.sh
script. This script installs the necessary system libraries
(e.g. GStreamer, Wayland, ...) for Ubuntu-based distributions required for the app to run.
install-deps.sh
chmod +x install-deps
sudo ./install-deps.sh
python3 --version
pip3 --version
For the app installation you have 2 options:
Go to the PuniPi GitHub Releases page and download the latest punipi.tar.gz
tar -xzf punipi.tar.gz
chmod +x punipi
./punipi
Important: The official PyPI release is not yet available. In the meantime, you can install from TestPyPI for evaluation.
pip install --index-url https://test.pypi.org/simple punipi
punipi
That's it! This app is still in an early development stage. So, please report any problems you might encounter.