Gramformer icon indicating copy to clipboard operation
Gramformer copied to clipboard

Gramformer on pypi?

Open hangyav opened this issue 3 years ago • 5 comments

Hi,

Thanks for the great tool. I'm working on a language server for grammatical error detection (https://github.com/hangyav/textLSP) and included Gramformer as one option for text analysis. However, I'm not able to include it in the dependencies, since pypi does not accept github links in setup.py, thus it needs to be installed separately. I was wondering if you are planning to release Gramformer on pypi? Thanks!

hangyav avatar Feb 18 '23 17:02 hangyav

Hi, Could u install it ? I'm facing the same problem with setup.py

FellaBennadji avatar Mar 13 '23 15:03 FellaBennadji

Yes, I can install it manually using pip:

pip install git+https://github.com/PrithivirajDamodaran/Gramformer.git

hangyav avatar Mar 14 '23 07:03 hangyav

with Windows ?

FellaBennadji avatar Mar 14 '23 13:03 FellaBennadji

No, I only tried on Linux.

hangyav avatar Mar 15 '23 07:03 hangyav

Yeah, it seem not working on Windows. I used Ubuntu to install it. Thank you for the answer.

FellaBennadji avatar Mar 15 '23 08:03 FellaBennadji