Skip to content

Instantly share code, notes, and snippets.

@questionlp
Created June 9, 2024 05:40
Show Gist options
  • Save questionlp/1fed17d7906ac368ef172c6df01d1ba5 to your computer and use it in GitHub Desktop.
Save questionlp/1fed17d7906ac368ef172c6df01d1ba5 to your computer and use it in GitHub Desktop.
Vial Keyboard + Debian
sudo apt install python3 python3-tk tk-dev build-essential zlib1g-dev libffi-dev libssl-dev libbz2-dev libreadline-dev libsqlite3-dev liblzma-dev libncurses-dev libusb-dev libusb-1.0-0-dev git curl
curl https://pyenv.run | bash
git clone https://github.com/vial-kb/vial-gui.git
cd vial-gui
pyenv install 3.6.15
pyenv virtualenv 3.6.15 vial
pyenv activate vial
pip install -r requirements.txt
fbs run

Source: https://geekhack.org/index.php?topic=79141.msg3187864#msg3187864

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment