diff --git a/README.md b/README.md index 03014ae..a85e1a5 100644 --- a/README.md +++ b/README.md @@ -216,6 +216,8 @@ If you're using docker: Start the program with the `--update-models` argument. For example: `libretranslate --update-models` or `./run.sh --update-models`. +Alternatively you can also run the `install_models.py` script. + ## Run with WSGI and Gunicorn ```