Created
November 12, 2025 11:23
-
-
Save manuq/bbfc2fbd87a2acd72d5a1da865511dbe to your computer and use it in GitHub Desktop.
Ventilastation setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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