andrewda / frc-livescore

A Python package to determine the score of an FRC game from images
MIT License
29 stars 4 forks source link

Updated readme #6

Closed ghost closed 7 years ago

ghost commented 7 years ago

Added the ability to use pip to install dependencies

andrewda commented 7 years ago

Awesome, thanks for the PR! Quick question: Does pip install opencv-python work? I believe I tried it once a while ago to no avail. Also what version of OpenCV does it install?

ghost commented 7 years ago

Yes I have had no issues with that. But I am also running arch Linux . In the past that's what I've used with my team. Which majority run windows . And it worked for them as well. But others may need to run it as root if pip was installed incorrectly.

Sent from my Motorola Moto G (4) using FastHub

andrewda commented 7 years ago

Ah ok, I've only actually tested this on macOS, Raspbian and Ubuntu. I'll merge this in a bit, thanks 👍

ghost commented 7 years ago

Should I put it in the requirement.txt?

Sent from my Motorola Moto G (4) using FastHub

andrewda commented 7 years ago

Yes please :)