byroot / pysrt

Python parser for SubRip (srt) files
GNU General Public License v3.0
451 stars 69 forks source link

Weird version ?? #83

Open hvdwolf opened 4 years ago

hvdwolf commented 4 years ago

I do

sudo pip3 install pysrt
[sudo] password for harryvanderwolf: 
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting pysrt
  Using cached https://www.piwheels.org/simple/pysrt/pysrt-1.1.2-py3-none-any.whl
Requirement already satisfied: chardet in /usr/lib/python3/dist-packages (from pysrt) (3.0.4)
Installing collected packages: pysrt
Successfully installed pysrt-1.1.2

So it installed 1.1.2?

which srt
/usr/local/bin/srt
srt -version
srt 1.0.1

I don't understand.