From f2811ee46990e95de7f0534411546954744416db Mon Sep 17 00:00:00 2001 From: Clemens Neudecker <952378+cneud@users.noreply.github.com> Date: Tue, 24 Oct 2023 17:32:06 +0200 Subject: [PATCH] add supported OS to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47d81bc..b095edb 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ * [OCR-D](https://github.com/qurator-spk/eynollah#use-as-ocr-d-processor) interface ## Installation -Python versions `3.8-3.11` with Tensorflow versions >=`2.12` are currently supported. +Python versions `3.8-3.11` with Tensorflow versions >=`2.12` on Linux are currently supported. Unfortunately we can not currently support Windows or MacOS. +Windows users may be able to successfully run the tool through [WSL](https://learn.microsoft.com/en-us/windows/wsl/). For (limited) GPU support the CUDA toolkit needs to be installed.