tlancon / barbellcv

Track your barbell using computer vision for velocity-based insights in your training.
22 stars 3 forks source link

Update requirements to explicitly include PyQtWebEngine #42

Closed tlancon closed 3 years ago

tlancon commented 3 years ago

Since 45234p5u3245872458342 years ago when I made this, PyQt5 has broken out the web widgets I used for rendering the HTML documentation to its own package in pip (PyQtWebEngine). Add this to requirements.txt.

Also, update installation instructions in README.md to run the software using python main.pyw instead of python main.py.