# Offline Installation Repository This folder contains all necessary packages for offline installation of the Kivy Signage Player. ## Structure - `python-wheels/` - Python packages (.whl files) for pip installation - `system-packages/` - System package information and .deb files ## Usage The installer script (`install.sh`) will automatically use this repo folder if available. ### To populate this folder for offline installation: Run the download script from the project root: ```bash bash download_offline_packages.sh ``` This will download all necessary Python wheels and document system packages. ## Contents ### Python Packages - kivy==2.1.0 - requests==2.32.4 - bcrypt==4.2.1 - aiohttp==3.9.1 - asyncio==3.4.3 - All dependencies ### System Packages (APT) See `system-packages/apt-packages.txt` for the complete list.