From 3bf1b35a74c1fda502336d980bc3d92e995a347a Mon Sep 17 00:00:00 2001 From: Maximilian Loch <Maximilian.Loch@LVermGeo.landsh.de> Date: Tue, 2 May 2023 11:41:32 +0200 Subject: [PATCH] fixed error in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f29c57..99c084c 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ $ source adressen_integration/bin/activate $ pip install configparser requests psycopg2 json ``` ### Windows: -```powershell +``` $ python -m venv adressen_integration $ adressen_integration\Scripts\activate $ pip install configparser requests psycopg2 json -- GitLab