zackmawaldi / YouTube-shorts-generator

Automatically download Reddit videos, edit them, and upload them to YouTube.
MIT License
323 stars 62 forks source link

Added -r pip install command #34

Closed ghost closed 1 year ago

ghost commented 1 year ago

Instead of having to individually type the command to install each package, made it so that you just have to do pip install -r instead

zackmawaldi commented 1 year ago

Looks good! I specified versions to ensure no package update breaks things. thank you!