Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.

Commit 3b9b3ff

Browse files
authored
Merge pull request #16 from arthuraouille/patch-1
Added the "python" prefix to the mergevec.py command
2 parents a56dca9 + d5564d9 commit 3b9b3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ to the `./samples` folder:
3939

4040
6. Use `tools/mergevec.py` to merge the samples in `./samples` into one file:
4141

42-
./tools/mergevec.py -v samples/ -o samples.vec
42+
python ./tools/mergevec.py -v samples/ -o samples.vec
4343
4444
Note: If you get the error `struct.error: unpack requires a string argument of length 12`
4545
then go into your **samples** directory and delete all files of length 0.

0 commit comments

Comments
 (0)