mirror of
https://github.com/janishutz/midi-micro-bit_sound-converter.git
synced 2025-11-25 13:54:26 +00:00
bash installer for the app with dependencies
This commit is contained in:
19
midi-micro-bit_sound_converter-installer.sh
Normal file
19
midi-micro-bit_sound_converter-installer.sh
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
#! /bin/bash
|
||||||
|
|
||||||
|
sudo apt-get install git
|
||||||
|
|
||||||
|
mkdir test_clone && cd ./midi-micro_bit-converter
|
||||||
|
|
||||||
|
git clone https://github.com/simplePCBuilding/midi-micro-bit_sound-converter
|
||||||
|
|
||||||
|
pip install kivy[base]
|
||||||
|
pip install kivymd
|
||||||
|
pip install pyperclip
|
||||||
|
pip install mido
|
||||||
|
|
||||||
|
sudo apt-get install xclip
|
||||||
|
sudo apt-get install xsel
|
||||||
|
sudo apt-get install wl-clipboard
|
||||||
|
|
||||||
|
cd ./midi-micro-bit_sound-converter
|
||||||
|
python3 midi_converter.py
|
||||||
Reference in New Issue
Block a user