From 547c7c847baae7519d36a528967f3b6225b7a9a1 Mon Sep 17 00:00:00 2001 From: "tim.mueller" Date: Fri, 30 Aug 2024 09:00:22 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 2fbc285..8d827d8 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ This repository provides scripts for processing Word templates (.dotx) by search ```bash py dotx_processor.py - 3. **Follow the Prompts:** The script will prompt you for the following inputs: @@ -43,14 +42,12 @@ The script will prompt you for the following inputs: ```bash py setup_environment.py - This command will install `pip` if it is not already installed and then use it to install the necessary Python packages (`pywin32`). 2. Run the processing script to start modifying your `.dotx` files: ```bash py dotx_processor.py - After running this command, follow the on-screen prompts to specify the directories and text replacement details. ## Notes