Run LibreTranslate locally without installing?

Hi,

Is it possible to run LibreTranslate locally without installing by doing something like:

$ apt install packages # install packages etc
$ git clone --depth=1 https://github.com/LibreTranslate/LibreTranslate # download repository
$ cd libretranslate # go to libretranslate folder
$ ./libretranslate # run libretranslate

?

I could not find the information in the README.

The reason I’m asking is because there is no pip package in the repository of the GNU/Linux distribution I use (i.e. Trisquel).

I just added this information to the README, yes you can just run libretranslate without using pip if you have docker:

./run.sh [args]

1 Like