wmaier / treetools

Tools for processing treebank trees

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setup.py python version check

kilian-gebhardt opened this issue · comments

During installation the sys.version < "2.7.3" check returns True if the python version is newer than (or equal to) "2.7.10".

Thanks for reporting this, should work now.