conf template and bugfixs
This commit is contained in:
parent
93a5bf7fe5
commit
71bcd8ba68
17 changed files with 1433 additions and 74 deletions
|
|
@ -25,6 +25,7 @@ sudo apt install libjack-dev
|
|||
pip3 install python-rtmidi
|
||||
pip3 install mido
|
||||
git clone https://github.com/ptone/pyosc --depth 1 /tmp/pyosc && cd /tmp/pyosc && sudo ./setup.py install
|
||||
pip3 install tk
|
||||
cd ../
|
||||
python3 configure.py
|
||||
# todo : ask for computer ip and run updateUI.py
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ brew install libasound2-dev
|
|||
brew install libjack-dev
|
||||
pip3 install python-rtmidi
|
||||
pip3 install mido
|
||||
|
||||
#pip3 install tk
|
||||
cd ../
|
||||
python3 configure.py
|
||||
#sudo cp syncthing.conf to /etc/supervisor/conf.d/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue