Python module for creating simple interactive kiosk displays for phygital installations.
Caution
This module is still under heavy development and is not stable or meant for production
pip install -i https://test.pypi.org/simple/ explora-display --extra-index-url https://pypi.org/simplefrom explora.display import display_serverThis project uses Poetry for dependencies management and packaging.
# clone reporitory
git clone <repo>
cd explora-display
# install dependecies
poetry install
# activate Python virtual environment
poetry shell
