Skip to content

Instantly share code, notes, and snippets.

@manuq
Created November 12, 2025 11:23
Show Gist options
  • Select an option

  • Save manuq/bbfc2fbd87a2acd72d5a1da865511dbe to your computer and use it in GitHub Desktop.

Select an option

Save manuq/bbfc2fbd87a2acd72d5a1da865511dbe to your computer and use it in GitHub Desktop.
Ventilastation setup
toolbox create --image quay.io/toolbx/ubuntu-toolbox:24.04
toolbox enter ubuntu-toolbox-24.04
sudo apt update
sudo apt install micropython python3.12-venv ffmpeg libglu1-mesa
git clone https://github.com/ventilastation/vsdk
cd vsdk
python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
./vs-emu.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment