jansenicus / vtt-to-srt.py

python script to convert all vtt files in a directory and all of its subdirectories to srt subtitle format
61 stars 33 forks source link

How to install the package #18

Open oma0256 opened 4 years ago

oma0256 commented 4 years ago

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.

heniotierra commented 4 years ago

I will check it out. TY.

heniotierra commented 4 years ago

@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.