Files
Kiwy-Signage/repo
SKE087 fb9f46a94f Fix ffpyplayer offline wheel and update install scripts
- Rebuilt evdev wheel for cp313 aarch64 (was missing from repo)
- Updated install.sh: add --system-site-packages to venv, verify imports
- Updated start.sh: activate .venv before running player
- Updated run_player.sh: activate .venv before running player
- Added pip fallback for kivy/ffpyplayer if apt/pip install misses them
2026-07-17 13:02:59 +03:00
..

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 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.