Skip to content

Commit 27ab66e

Browse files
authored
py : turn verify-checksum-models.py into executable (#2245)
README.md was adjusted to reflect the change. Signed-off-by: Jiri Podivin <[email protected]>
1 parent 6e7cca4 commit 27ab66e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ Please verify the [sha256 checksums](SHA256SUMS) of all downloaded model files t
640640

641641
```bash
642642
# run the verification script
643-
python3 .\scripts\verify-checksum-models.py
643+
./scripts/verify-checksum-models.py
644644
```
645645

646646
- On linux or macOS it is also possible to run the following commands to verify if you have all possible latest files in your self-installed `./models` subdirectory:

scripts/verify-checksum-models.py

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/env python3
2+
13
import os
24
import hashlib
35

0 commit comments

Comments
 (0)