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