Skip to content

Commit

Permalink
Update python.md
Browse files Browse the repository at this point in the history
  • Loading branch information
li-zhi authored Mar 2, 2024
1 parent 6d77a02 commit d1564c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resource/doc/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ Clean build the binary by:
make clean; make
```

Check if build is successful:
```shell script
./libvmaf/build/tools/vmaf --version
```

Install the rest of the required Python packages:
```shell script
pip3 install -r python/requirements.txt
Expand Down

0 comments on commit d1564c4

Please sign in to comment.