- Python >=3.7
- Visual Studio Code
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
pip install --upgrade pip
python -m venv .venv
.\.venv\Scripts\activate
pip install -r requirements.txt
pip install --upgrade pip
- copy and rename the
.env.sample
file to.env
- clone https://github.com/LibreTranslate/LibreTranslate locally
- execute these statements
pip install libretranslate
libretranslate --update-models