From 9b5f4226ff50e66e231d63c69e176d2f4a55c37a Mon Sep 17 00:00:00 2001 From: Valentin Sudakov Date: Thu, 20 Apr 2023 09:39:32 +0700 Subject: [PATCH] Update README.md - Updated installation on Arch GNU/Linux --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fefa8bf..b93356b 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,10 @@ sudo apt install python-opencv python-pygame python-midiutil python-opengl sudo pacman -S hdf5 opencv python-pygame python-opengl sudo pip install midiutil ``` +Or thanks to C0rn3j you can install video2midi just from AUR now: +``` +sudo pacman -S video2midi-git +``` #### Windows + Anaconda2 (python 2.7)/Anaconda3 (python 3.7): - [Read this instruction to using video2midi from github on Windows](https://github.com/svsdval/video2midi/wiki/Using-video2midi-from-github-on-Windows)