Skip to content

Commit cee16ca

Browse files
committed
Remove Python version note
1 parent b7d2945 commit cee16ca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/content/docs/guides/installation.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@ description: Get up and running with LibreTranslate.
55

66
## With Python
77

8-
Make sure you have Python 3.8, 3.9, 3.10, 3.11 or 3.12 installed, then from a terminal run:
8+
Make sure you have Python >= 3.8 installed, then from a terminal run:
99

1010
```bash
1111
pip install libretranslate
1212
libretranslate [args]
1313
```
1414

15-
> ⚠️ Newer version of Python like 3.13 are currently not supported.
16-
1715
Then open a web browser to <http://localhost:5000>
1816

1917
By default LibreTranslate will install support for all available languages. To only load certain languages and reduce startup time, you can use the `--load-only` argument:

0 commit comments

Comments
 (0)