vtt-to-srt.py icon indicating copy to clipboard operation
vtt-to-srt.py copied to clipboard

How to install the package

Open oma0256 opened this issue 5 years ago • 2 comments

Currently when I try to install the package using pip install vtt-to-str it simply installs only the dist folder and not the package itself. When I try to import the package and use it in my code I get the error module not found. I'm wondering how I can get the package to work. Thank you.

oma0256 avatar Jan 27 '20 11:01 oma0256

I will check it out. TY.

heniotierra avatar Jan 27 '20 14:01 heniotierra

@oma0256 sorry for the delay. I should send a patch soon that makes this program work with python3/pip3. But if you want to use it with python2, just download it with git clone or use the download button, and then run the PY file.

heniotierra avatar Feb 10 '20 04:02 heniotierra