bitextor / bifixer

Tool to fix bitexts and tag near-duplicates for removal
GNU General Public License v3.0
29 stars 3 forks source link

Bifixer installation with pip #9

Closed zuny26 closed 3 years ago

zuny26 commented 3 years ago

To install bifixer from this fork: pip install "bifixer @ git+https://github.com/zuny26/bifixer@setup"

With loomchild: pip install "bifixer[loomchild] @ git+https://github.com/zuny26/bifixer@setup"

I set the version of bifixer to 0.1 since there is no release on github, but I'm unsure about that, so feel free to change the version to something else :P

zuny26 commented 3 years ago

I cannot install with pip install "bifixer @ https://github.com/zuny26/bifixer@setup"

Sorry! It should be pip install "bifixer @ git+https://github.com/zuny26/bifixer@setup"

ZJaume commented 3 years ago

Now it's working! thank you very much Elsa