mirror of
https://github.com/janishutz/midi-micro-bit_sound-converter.git
synced 2026-04-28 11:09:23 +02:00
bash installer for the app with dependencies
This commit is contained in:
@@ -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