mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-06-21 08:30:58 +00:00
Allow execution of scripts even if lt package is not installed
This commit is contained in:
parent
230eee1490
commit
cfe904dfe2
3 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
import sys
|
||||
import os
|
||||
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
|
||||
import argparse
|
||||
from libretranslate.init import check_and_install_models
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue