srtgen icon indicating copy to clipboard operation
srtgen copied to clipboard

Wrong install option

Open jeff-kilbride opened this issue 4 years ago • 0 comments

You guys have the following in your example:

pip3 install -f requirements.txt

It should be:

pip3 install -r requirements.txt

At least, that's what worked for me. Thanks!

jeff-kilbride avatar Oct 15 '20 21:10 jeff-kilbride