diff --git a/readme.md b/readme.md index 18e3d78..5f9e2b0 100644 --- a/readme.md +++ b/readme.md @@ -30,7 +30,7 @@ The width and aspect ratio of the output can be configured in the header of the ## Creating Video Playback Executables The provided makefile allows building programs which will play the compressed text encoding of the video stored in the executable. The target video should be named `vid.mp4`, otherwise the path to the video can be changed in the header of convert.py. -To build for Linux targets (using GCC) run +To build for Linux & MacOS targets (using GCC) run `make playback` diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..ed587d0 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +python-opencv +joblib +numpy