Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 429 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 429 Bytes

Installation

pip install git+https://github.com/etsuko-io/vidutil.git

Development

Install requirements:

pip install -r requirements.txt

Troubleshooting

If you get this error during installation:

ERROR: Could not build wheels for opencv-python which use PEP 517 and cannot be installed directly

Try this:

pip install --upgrade pip setuptools wheel