From 1ff35de6be9be4c307a564f92cf25ff01fcaf645 Mon Sep 17 00:00:00 2001 From: Paul Thumfart <158182803+Dumdart@users.noreply.github.com> Date: Thu, 20 Aug 2026 13:46:36 +0200 Subject: [PATCH] Update README to remove venv setup steps Removed virtual environment setup instructions from README. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 66a9af4..925f1c0 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,6 @@ The Windows development installation is: ```powershell git clone https://github.com/Dumdart/TopicGate.git cd TopicGate -python -m venv .venv -.\.venv\Scripts\Activate.ps1 python -m pip install -e . ```