LibreTranslate on macOS

in the past I used LibreTranslate on Ubuntu. I got frustrated when I was unable to easily install it on macOS. I would get errors here and there with pip and stuff what did the trick was to install Docker Desktop it can actually save you some time - just install it with `brew install --cask docker-desktop` or something then run as per the LibreTranslate docs https://docs.libretranslate.com/guides/installation/#with-docker: `git clone https://github.com/LibreTranslate/LibreTranslate` `cd LibreTranslate` `./run.sh [args]` happy coding I guess