From 2a1df6aebabf5730810e62206bd14f6406e4a31a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristofer=20Rolf=20S=C3=B6derstr=C3=B6m?= Date: Tue, 3 Mar 2026 08:35:03 +0100 Subject: [PATCH] Update Python installation instructions in README Clarified installation instructions for Python 3.10 or later, specifying preferred installation method. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea3636a..fccb3b0 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Or by cloning the repository with: git clone https://github.com/soderstromkr/transcribe.git ``` ### Prerequisites -Install **Python 3.10 or later** from [python.org](https://www.python.org/downloads/). During installation, **check "Add Python to PATH"**. No administrator rights are needed if you install for your user only. +Install **Python 3.10 or later**. Some IT policies allow installing from the Microsoft Store or Mac equivalent. However, I would prefer an install from [python.org](https://www.python.org/downloads/). During installation, **check "Add Python to PATH"**. No administrator rights are needed if you install for your user only. ### Run on Windows Double-click `run_Windows.bat` — it will auto-install everything on first run.