Open sidd607 opened 7 years ago
add relevant code to allow vidsum to be indexed in pypi. it would allow users to install using pip or easy_install pip install vidsum and allow users to use it as a independent program ex: vidsum <Video url>
pip install vidsum
vidsum <Video url>
I had the same idea, now I'm writing a python setup to do it. And maybe later, maintainers put it in pypi.
Yes, this will be great in terms of accessibility ❤️
add relevant code to allow vidsum to be indexed in pypi. it would allow users to install using pip or easy_install
pip install vidsum
and allow users to use it as a independent program ex:vidsum <Video url>