vmaf working

This commit is contained in:
2024-01-13 16:05:39 -06:00
parent 0523a28e49
commit 877f04dbe0
3 changed files with 60 additions and 21 deletions

View File

@@ -10,6 +10,7 @@ sudo apt-get install autoconf automake build-essential cmake git-core \
curl https://sh.rustup.rs -sSf | sh -s -- -y
source "$HOME/.cargo/env"
cargo install cargo-c
cargo install cargo-c || exit 1
python3 -m pip install virtualenv
python3 -m pip install virtualenv || exit 1