jxmorris12 / language_tool_python

a free python grammar checker 📝✅
GNU General Public License v3.0
434 stars 64 forks source link

Please add tqdm as dependency #39

Closed TheJackiMonster closed 3 years ago

TheJackiMonster commented 3 years ago

I was trying to get language_tool_python working under ArchLinux but I had to install python-tqdm first, otherwise importing failed.

By the way I have also created a package in the AUR for language_tool_python because I have integrated it as optional spellchecker to Manuskript now and needed a convenient way to install. Keep up the good work. ^^

TheJackiMonster commented 3 years ago

Nevermind I found it in the requirements.txt.

jxmorris12 commented 3 years ago

Thanks for the feedback though @TheJackiMonster !